#6EA9DA

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

Shades of Jordy Blue #6EA9DA

Tints of Jordy Blue #6EA9DA

Color information

#6EA9DA (or 0x6EA9DA) is unknown color: approx Jordy Blue. HEX triplet: 6E, A9 and DA. RGB value is (110,169,218). Sum of RGB (Red+Green+Blue) = 110+169+218=497 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.13% from 497); Green value is 169 (66.41% from 255 or 34.00% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 218 - color contains mainly: blue. Hex color #6EA9DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EA9DA is #915625. Grayscale: #9C9C9C. Windows color (decimal): -9524774 or 14330222. OLE color: 14330222.

HSL color Cylindrical-coordinate representation of color #6EA9DA: hue angle of 207.22º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EA9DA is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB110169218-
CMYK0.500.2200.15
HSL207.22º59.34%64.31%-
HSV(B)207.22º49.54%85.49%-
XYZ33.2736.7571.67-
YUV156.94162.4594.52-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.13%
GREEN value IS 169 (66.41% from 255) = 34.00%
BLUE value IS 218 (85.55% from 255) = 43.86%
R=22.13%
G=34.00%
B=43.86%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1101692180.500.2200.15207.2259.3464.31
Hex6EA9DA32160Fcf3b40
Octal156251332622601731773100
Binary110111010101001110110101100101011001111110011111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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