Shades of Jordy Blue #6E9DDB
Tints of Jordy Blue #6E9DDB
RGB
CMYK
RGB Variations
Color information
#6E9DDB (or 0x6E9DDB) is known color: Jordy Blue. HEX triplet: 6E, 9D and DB. RGB value is (110,157,219). Sum of RGB (Red+Green+Blue) = 110+157+219=486 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.63% from 486); Green value is 157 (61.72% from 255 or 32.30% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #6E9DDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E9DDB is #916224. Grayscale: #959595. Windows color (decimal): -9527845 or 14392686. OLE color: 14392686.
HSL color Cylindrical-coordinate representation of color #6E9DDB: hue angle of 214.13º degrees, saturation: 0.6, 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 #6E9DDB is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 157 | 219 | - |
| CMYK | 0.50 | 0.28 | 0 | 0.14 |
| HSL | 214.13º | 0.6% | 0.65% | - |
| HSV(B) | 214.13º | 0.5% | 0.86% | - |
| XYZ | 31.27 | 32.54 | 71.65 | - |
| YUV | 150.02 | 166.93 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 157 | 219 | 0.50 | 0.28 | 0 | 0.14 | 214.13 | 0.6 | 0.65 |
| Hex | 6E | 9D | DB | 32 | 1C | 0 | E | D6 | 3C | 41 |
| Octal | 156 | 235 | 333 | 62 | 34 | 0 | 16 | 326 | 74 | 101 |
| Binary | 1101110 | 10011101 | 11011011 | 110010 | 11100 | 0 | 1110 | 11010110 | 111100 | 1000001 |
Color Harmonies of #6E9DDB
Complementary color
Monochromatic Colors of #6E9DDB
Black with #6E9DDB
Text Example
Text Example
White with #6E9DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9DDB; }
p { color: rgb(110,157,219); }
H1.HeaderClassName
{
color: #6E9DDB;
}
.AnyTagClassName
{
color: #6E9DDB;
}
</style>
background-color css
<style>
a { background-color: #6E9DDB; }
a { background-color: rgb(110,157,219); }
div.DivClassName
{
background-color: #6E9DDB;
}
.BgClassName
{
background-color: #6E9DDB;
}
</style>
border-color css
<style>
span { border-color: #6E9DDB; }
span { border-color: rgb(110,157,219); }
td.TdClassName
{
border-color: #6E9DDB;
}
.TagClassName
{
border-color: #6E9DDB;
}
</style>