#6EAAE5

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

Shades of Jordy Blue #6EAAE5

Tints of Jordy Blue #6EAAE5

Color information

#6EAAE5 (or 0x6EAAE5) is unknown color: approx Jordy Blue. HEX triplet: 6E, AA and E5. RGB value is (110,170,229). Sum of RGB (Red+Green+Blue) = 110+170+229=509 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.61% from 509); Green value is 170 (66.80% from 255 or 33.40% from 509); Blue value is 229 (89.84% from 255 or 44.99% from 509); Max value from RGB is 229 - color contains mainly: blue. Hex color #6EAAE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EAAE5 is #91551A. Grayscale: #9E9E9E. Windows color (decimal): -9524507 or 15051374. OLE color: 15051374.

HSL color Cylindrical-coordinate representation of color #6EAAE5: hue angle of 209.75º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6EAAE5 is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB110170229-
CMYK0.520.2600.10
HSL209.75º69.59%66.47%-
HSV(B)209.75º51.97%89.8%-
XYZ34.9537.7279.57-
YUV158.79167.6293.2-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.61%
GREEN value IS 170 (66.80% from 255) = 33.40%
BLUE value IS 229 (89.84% from 255) = 44.99%
R=21.61%
G=33.40%
B=44.99%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1101702290.520.2600.10209.7569.5966.47
Hex6EAAE5341A0Ad24642
Octal1562523456432012322106102
Binary1101110101010101110010111010011010010101101001010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EAAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,170,229); }

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

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

 a { background-color: rgb(110,170,229); }

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

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

 span { border-color: rgb(110,170,229); }

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