Shades of Jordy Blue #6EABDD
Tints of Jordy Blue #6EABDD
RGB
CMYK
RGB Variations
Color information
#6EABDD (or 0x6EABDD) is known color: Jordy Blue. HEX triplet: 6E, AB and DD. RGB value is (110,171,221). Sum of RGB (Red+Green+Blue) = 110+171+221=502 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.91% from 502); Green value is 171 (67.19% from 255 or 34.06% 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 #6EABDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EABDD is #915422. Grayscale: #9E9E9E. Windows color (decimal): -9524259 or 14527342. OLE color: 14527342.
HSL color Cylindrical-coordinate representation of color #6EABDD: hue angle of 207.03º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EABDD is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 171 | 221 | - |
| CMYK | 0.50 | 0.23 | 0 | 0.13 |
| HSL | 207.03º | 0.62% | 0.65% | - |
| HSV(B) | 207.03º | 0.5% | 0.87% | - |
| XYZ | 34.04 | 37.66 | 73.88 | - |
| YUV | 158.46 | 163.29 | 93.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 171 | 221 | 0.50 | 0.23 | 0 | 0.13 | 207.03 | 0.62 | 0.65 |
| Hex | 6E | AB | DD | 32 | 17 | 0 | D | CF | 3E | 41 |
| Octal | 156 | 253 | 335 | 62 | 27 | 0 | 15 | 317 | 76 | 101 |
| Binary | 1101110 | 10101011 | 11011101 | 110010 | 10111 | 0 | 1101 | 11001111 | 111110 | 1000001 |
Color Harmonies of #6EABDD
Complementary color
Monochromatic Colors of #6EABDD
Black with #6EABDD
Text Example
Text Example
White with #6EABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EABDD; }
p { color: rgb(110,171,221); }
H1.HeaderClassName
{
color: #6EABDD;
}
.AnyTagClassName
{
color: #6EABDD;
}
</style>
background-color css
<style>
a { background-color: #6EABDD; }
a { background-color: rgb(110,171,221); }
div.DivClassName
{
background-color: #6EABDD;
}
.BgClassName
{
background-color: #6EABDD;
}
</style>
border-color css
<style>
span { border-color: #6EABDD; }
span { border-color: rgb(110,171,221); }
td.TdClassName
{
border-color: #6EABDD;
}
.TagClassName
{
border-color: #6EABDD;
}
</style>