#6EADEF

Color #6EADEF Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #6EADEF

Tints of Jordy Blue #6EADEF

Color information

#6EADEF (or 0x6EADEF) is unknown color: approx Jordy Blue. HEX triplet: 6E, AD and EF. RGB value is (110,173,239). Sum of RGB (Red+Green+Blue) = 110+173+239=522 (69% of max value = 765). Red value is 110 (43.36% from 255 or 21.07% from 522); Green value is 173 (67.97% from 255 or 33.14% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 239 - color contains mainly: blue. Hex color #6EADEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EADEF is #915210. Grayscale: #A1A1A1. Windows color (decimal): -9523729 or 15707502. OLE color: 15707502.

HSL color Cylindrical-coordinate representation of color #6EADEF: hue angle of 210.7º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EADEF is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB110173239-
CMYK0.540.2800.06
HSL210.7º80.12%68.43%-
HSV(B)210.7º53.97%93.73%-
XYZ36.9539.4387.33-
YUV161.69171.6391.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 110 (43.36% from 255) = 21.07%
GREEN value IS 173 (67.97% from 255) = 33.14%
BLUE value IS 239 (93.75% from 255) = 45.79%
R=21.07%
G=33.14%
B=45.79%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1101732390.540.2800.06210.780.1268.43
Hex6EADEF361C06d35044
Octal156255357663406323120104
Binary110111010101101111011111101101110001101101001110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EADEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6EADEF; }

 p { color: rgb(110,173,239); }

 H1.HeaderClassName
 {
   color: #6EADEF;
 }
 .AnyTagClassName
 {
   color: #6EADEF;
 }
</style>
background-color css

<style>
 a { background-color: #6EADEF; }

 a { background-color: rgb(110,173,239); }

 div.DivClassName
 {
   background-color: #6EADEF;
 }
 .BgClassName
 {
   background-color: #6EADEF;
 }
</style>
border-color css

<style>
 span { border-color: #6EADEF; }

 span { border-color: rgb(110,173,239); }

 td.TdClassName
 {
   border-color: #6EADEF;
 }
 .TagClassName
 {
   border-color: #6EADEF;
 }
</style>