#6ea9ec

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

Shades of Jordy Blue #6EA9EC

Tints of Jordy Blue #6EA9EC

Color information

#6EA9EC (or 0x6EA9EC) is unknown color: approx Jordy Blue. HEX triplet: 6E, A9 and EC. RGB value is (110,169,236). Sum of RGB (Red+Green+Blue) = 110+169+236=515 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.36% from 515); Green value is 169 (66.41% from 255 or 32.82% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #6EA9EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EA9EC is #915613. Grayscale: #9E9E9E. Windows color (decimal): -9524756 or 15509870. OLE color: 15509870.

HSL color Cylindrical-coordinate representation of color #6EA9EC: hue angle of 211.9º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EA9EC is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB110169236-
CMYK0.530.2800.07
HSL211.9º76.83%67.84%-
HSV(B)211.9º53.39%92.55%-
XYZ35.7637.7584.76-
YUV159171.4593.05-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.36%
GREEN value IS 169 (66.41% from 255) = 32.82%
BLUE value IS 236 (92.58% from 255) = 45.83%
R=21.36%
G=32.82%
B=45.83%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1101692360.530.2800.07211.976.8367.84
Hex6EA9EC351C07d44d44
Octal156251354653407324115104
Binary110111010101001111011001101011110001111101010010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ea9ec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,169,236); }

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

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

 a { background-color: rgb(110,169,236); }

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

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

 span { border-color: rgb(110,169,236); }

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