#6DAAE5

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

Shades of Jordy Blue #6DAAE5

Tints of Jordy Blue #6DAAE5

Color information

#6DAAE5 (or 0x6DAAE5) is unknown color: approx Jordy Blue. HEX triplet: 6D, AA and E5. RGB value is (109,170,229). Sum of RGB (Red+Green+Blue) = 109+170+229=508 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.46% from 508); Green value is 170 (66.80% from 255 or 33.46% from 508); Blue value is 229 (89.84% from 255 or 45.08% from 508); Max value from RGB is 229 - color contains mainly: blue. Hex color #6DAAE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAAE5 is #92551A. Grayscale: #9E9E9E. Windows color (decimal): -9590043 or 15051373. OLE color: 15051373.

HSL color Cylindrical-coordinate representation of color #6DAAE5: hue angle of 209.5º 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 #6DAAE5 is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB109170229-
CMYK0.520.2600.10
HSL209.5º69.77%66.27%-
HSV(B)209.5º52.4%89.8%-
XYZ34.8237.6679.56-
YUV158.49167.7992.7-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.46%
GREEN value IS 170 (66.80% from 255) = 33.46%
BLUE value IS 229 (89.84% from 255) = 45.08%
R=21.46%
G=33.46%
B=45.08%

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
Decimal1091702290.520.2600.10209.569.7766.27
Hex6DAAE5341A0Ad24642
Octal1552523456432012322106102
Binary1101101101010101110010111010011010010101101001010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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