Shades of Jordy Blue #6E9AD5
Tints of Jordy Blue #6E9AD5
RGB
CMYK
RGB Variations
Color information
#6E9AD5 (or 0x6E9AD5) is known color: Jordy Blue. HEX triplet: 6E, 9A and D5. RGB value is (110,154,213). Sum of RGB (Red+Green+Blue) = 110+154+213=477 (63% of max value = 765). Red value is 110 (43.36% from 255 or 23.06% from 477); Green value is 154 (60.55% from 255 or 32.29% from 477); Blue value is 213 (83.59% from 255 or 44.65% from 477); Max value from RGB is 213 - color contains mainly: blue. Hex color #6E9AD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E9AD5 is #91652A. Grayscale: #939393. Windows color (decimal): -9528619 or 13998702. OLE color: 13998702.
HSL color Cylindrical-coordinate representation of color #6E9AD5: hue angle of 214.37º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6E9AD5 is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 110 | 154 | 213 | - |
| CMYK | 0.48 | 0.28 | 0 | 0.16 |
| HSL | 214.37º | 0.55% | 0.63% | - |
| HSV(B) | 214.37º | 0.48% | 0.84% | - |
| XYZ | 30 | 31.23 | 67.4 | - |
| YUV | 147.57 | 164.92 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 154 | 213 | 0.48 | 0.28 | 0 | 0.16 | 214.37 | 0.55 | 0.63 |
| Hex | 6E | 9A | D5 | 30 | 1C | 0 | 10 | D6 | 37 | 3F |
| Octal | 156 | 232 | 325 | 60 | 34 | 0 | 20 | 326 | 67 | 77 |
| Binary | 1101110 | 10011010 | 11010101 | 110000 | 11100 | 0 | 10000 | 11010110 | 110111 | 111111 |
Color Harmonies of #6E9AD5
Complementary color
Monochromatic Colors of #6E9AD5
Black with #6E9AD5
Text Example
Text Example
White with #6E9AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9AD5; }
p { color: rgb(110,154,213); }
H1.HeaderClassName
{
color: #6E9AD5;
}
.AnyTagClassName
{
color: #6E9AD5;
}
</style>
background-color css
<style>
a { background-color: #6E9AD5; }
a { background-color: rgb(110,154,213); }
div.DivClassName
{
background-color: #6E9AD5;
}
.BgClassName
{
background-color: #6E9AD5;
}
</style>
border-color css
<style>
span { border-color: #6E9AD5; }
span { border-color: rgb(110,154,213); }
td.TdClassName
{
border-color: #6E9AD5;
}
.TagClassName
{
border-color: #6E9AD5;
}
</style>