#6DAEE6

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

Shades of Jordy Blue #6DAEE6

Tints of Jordy Blue #6DAEE6

Color information

#6DAEE6 (or 0x6DAEE6) is unknown color: approx Jordy Blue. HEX triplet: 6D, AE and E6. RGB value is (109,174,230). Sum of RGB (Red+Green+Blue) = 109+174+230=513 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.25% from 513); Green value is 174 (68.36% from 255 or 33.92% from 513); Blue value is 230 (90.23% from 255 or 44.83% from 513); Max value from RGB is 230 - color contains mainly: blue. Hex color #6DAEE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6DAEE6 is #925119. Grayscale: #A0A0A0. Windows color (decimal): -9589018 or 15117933. OLE color: 15117933.

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

Color convert

RGB109174230-
CMYK0.530.2400.10
HSL207.77º70.76%66.47%-
HSV(B)207.77º52.61%90.2%-
XYZ35.7339.2480.55-
YUV160.95166.9790.95-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.25%
GREEN value IS 174 (68.36% from 255) = 33.92%
BLUE value IS 230 (90.23% from 255) = 44.83%
R=21.25%
G=33.92%
B=44.83%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1091742300.530.2400.10207.7770.7666.47
Hex6DAEE635180Ad04742
Octal1552563466530012320107102
Binary1101101101011101110011011010111000010101101000010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,174,230); }

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

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

 a { background-color: rgb(109,174,230); }

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

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

 span { border-color: rgb(109,174,230); }

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