Shades of Jordy Blue #6EABEC
Tints of Jordy Blue #6EABEC
RGB
CMYK
RGB Variations
Color information
#6EABEC (or 0x6EABEC) is known color: Jordy Blue. HEX triplet: 6E, AB and EC. RGB value is (110,171,236). Sum of RGB (Red+Green+Blue) = 110+171+236=517 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.28% from 517); Green value is 171 (67.19% from 255 or 33.08% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #6EABEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EABEC is #915413. Grayscale: #9F9F9F. Windows color (decimal): -9524244 or 15510382. OLE color: 15510382.
HSL color Cylindrical-coordinate representation of color #6EABEC: hue angle of 210.95º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EABEC is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 171 | 236 | - |
| CMYK | 0.53 | 0.28 | 0 | 0.07 |
| HSL | 210.95º | 0.77% | 0.68% | - |
| HSV(B) | 210.95º | 0.53% | 0.93% | - |
| XYZ | 36.13 | 38.5 | 84.88 | - |
| YUV | 160.17 | 170.79 | 92.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 171 | 236 | 0.53 | 0.28 | 0 | 0.07 | 210.95 | 0.77 | 0.68 |
| Hex | 6E | AB | EC | 35 | 1C | 0 | 7 | D3 | 4D | 44 |
| Octal | 156 | 253 | 354 | 65 | 34 | 0 | 7 | 323 | 115 | 104 |
| Binary | 1101110 | 10101011 | 11101100 | 110101 | 11100 | 0 | 111 | 11010011 | 1001101 | 1000100 |
Color Harmonies of #6EABEC
Complementary color
Monochromatic Colors of #6EABEC
Black with #6EABEC
Text Example
Text Example
White with #6EABEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EABEC; }
p { color: rgb(110,171,236); }
H1.HeaderClassName
{
color: #6EABEC;
}
.AnyTagClassName
{
color: #6EABEC;
}
</style>
background-color css
<style>
a { background-color: #6EABEC; }
a { background-color: rgb(110,171,236); }
div.DivClassName
{
background-color: #6EABEC;
}
.BgClassName
{
background-color: #6EABEC;
}
</style>
border-color css
<style>
span { border-color: #6EABEC; }
span { border-color: rgb(110,171,236); }
td.TdClassName
{
border-color: #6EABEC;
}
.TagClassName
{
border-color: #6EABEC;
}
</style>