#6DACDD

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

Shades of Jordy Blue #6DACDD

Tints of Jordy Blue #6DACDD

Color information

#6DACDD (or 0x6DACDD) is unknown color: approx Jordy Blue. HEX triplet: 6D, AC and DD. RGB value is (109,172,221). Sum of RGB (Red+Green+Blue) = 109+172+221=502 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.71% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #6DACDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DACDD is #925322. Grayscale: #9E9E9E. Windows color (decimal): -9589539 or 14527597. OLE color: 14527597.

HSL color Cylindrical-coordinate representation of color #6DACDD: hue angle of 206.25º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DACDD is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB109172221-
CMYK0.510.2200.13
HSL206.25º62.22%64.71%-
HSV(B)206.25º50.68%86.67%-
XYZ34.1137.9873.94-
YUV158.75163.1392.52-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.71%
GREEN value IS 172 (67.58% from 255) = 34.26%
BLUE value IS 221 (86.72% from 255) = 44.02%
R=21.71%
G=34.26%
B=44.02%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1091722210.510.2200.13206.2562.2264.71
Hex6DACDD33160Dce3e41
Octal155254335632601531676101
Binary110110110101100110111011100111011001101110011101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,172,221); }

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

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

 a { background-color: rgb(109,172,221); }

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

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

 span { border-color: rgb(109,172,221); }

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