Shades of Jordy Blue #6DABDC
Tints of Jordy Blue #6DABDC
RGB
CMYK
RGB Variations
Color information
#6DABDC (or 0x6DABDC) is known color: Jordy Blue. HEX triplet: 6D, AB and DC. RGB value is (109,171,220). Sum of RGB (Red+Green+Blue) = 109+171+220=500 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.8% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #6DABDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DABDC is #925423. Grayscale: #9D9D9D. Windows color (decimal): -9589796 or 14461805. OLE color: 14461805.
HSL color Cylindrical-coordinate representation of color #6DABDC: hue angle of 206.49º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DABDC is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 171 | 220 | - |
| CMYK | 0.50 | 0.22 | 0 | 0.14 |
| HSL | 206.49º | 0.61% | 0.65% | - |
| HSV(B) | 206.49º | 0.5% | 0.86% | - |
| XYZ | 33.79 | 37.54 | 73.18 | - |
| YUV | 158.05 | 162.96 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 171 | 220 | 0.50 | 0.22 | 0 | 0.14 | 206.49 | 0.61 | 0.65 |
| Hex | 6D | AB | DC | 32 | 16 | 0 | E | CE | 3D | 41 |
| Octal | 155 | 253 | 334 | 62 | 26 | 0 | 16 | 316 | 75 | 101 |
| Binary | 1101101 | 10101011 | 11011100 | 110010 | 10110 | 0 | 1110 | 11001110 | 111101 | 1000001 |
Color Harmonies of #6DABDC
Complementary color
Monochromatic Colors of #6DABDC
Black with #6DABDC
Text Example
Text Example
White with #6DABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DABDC; }
p { color: rgb(109,171,220); }
H1.HeaderClassName
{
color: #6DABDC;
}
.AnyTagClassName
{
color: #6DABDC;
}
</style>
background-color css
<style>
a { background-color: #6DABDC; }
a { background-color: rgb(109,171,220); }
div.DivClassName
{
background-color: #6DABDC;
}
.BgClassName
{
background-color: #6DABDC;
}
</style>
border-color css
<style>
span { border-color: #6DABDC; }
span { border-color: rgb(109,171,220); }
td.TdClassName
{
border-color: #6DABDC;
}
.TagClassName
{
border-color: #6DABDC;
}
</style>