Shades of Jordy Blue #6EABDC
Tints of Jordy Blue #6EABDC
RGB
CMYK
RGB Variations
Color information
#6EABDC (or 0x6EABDC) is known color: Jordy Blue. HEX triplet: 6E, AB and DC. RGB value is (110,171,220). Sum of RGB (Red+Green+Blue) = 110+171+220=501 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.96% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #6EABDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EABDC is #915423. Grayscale: #9E9E9E. Windows color (decimal): -9524260 or 14461806. OLE color: 14461806.
HSL color Cylindrical-coordinate representation of color #6EABDC: hue angle of 206.73º 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 #6EABDC is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 171 | 220 | - |
| CMYK | 0.50 | 0.22 | 0 | 0.14 |
| HSL | 206.73º | 0.61% | 0.65% | - |
| HSV(B) | 206.73º | 0.5% | 0.86% | - |
| XYZ | 33.91 | 37.61 | 73.18 | - |
| YUV | 158.35 | 162.79 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 171 | 220 | 0.50 | 0.22 | 0 | 0.14 | 206.73 | 0.61 | 0.65 |
| Hex | 6E | AB | DC | 32 | 16 | 0 | E | CF | 3D | 41 |
| Octal | 156 | 253 | 334 | 62 | 26 | 0 | 16 | 317 | 75 | 101 |
| Binary | 1101110 | 10101011 | 11011100 | 110010 | 10110 | 0 | 1110 | 11001111 | 111101 | 1000001 |
Color Harmonies of #6EABDC
Complementary color
Monochromatic Colors of #6EABDC
Black with #6EABDC
Text Example
Text Example
White with #6EABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EABDC; }
p { color: rgb(110,171,220); }
H1.HeaderClassName
{
color: #6EABDC;
}
.AnyTagClassName
{
color: #6EABDC;
}
</style>
background-color css
<style>
a { background-color: #6EABDC; }
a { background-color: rgb(110,171,220); }
div.DivClassName
{
background-color: #6EABDC;
}
.BgClassName
{
background-color: #6EABDC;
}
</style>
border-color css
<style>
span { border-color: #6EABDC; }
span { border-color: rgb(110,171,220); }
td.TdClassName
{
border-color: #6EABDC;
}
.TagClassName
{
border-color: #6EABDC;
}
</style>