Shades of Jordy Blue #6EAADB
Tints of Jordy Blue #6EAADB
RGB
CMYK
RGB Variations
Color information
#6EAADB (or 0x6EAADB) is known color: Jordy Blue. HEX triplet: 6E, AA and DB. RGB value is (110,170,219). Sum of RGB (Red+Green+Blue) = 110+170+219=499 (66% of max value = 765). Red value is 110 (43.36% from 255 or 22.04% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #6EAADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EAADB is #915524. Grayscale: #9D9D9D. Windows color (decimal): -9524517 or 14396014. OLE color: 14396014.
HSL color Cylindrical-coordinate representation of color #6EAADB: hue angle of 206.97º 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 #6EAADB is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 170 | 219 | - |
| CMYK | 0.50 | 0.22 | 0 | 0.14 |
| HSL | 206.97º | 0.6% | 0.65% | - |
| HSV(B) | 206.97º | 0.5% | 0.86% | - |
| XYZ | 33.59 | 37.18 | 72.42 | - |
| YUV | 157.65 | 162.62 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 170 | 219 | 0.50 | 0.22 | 0 | 0.14 | 206.97 | 0.6 | 0.65 |
| Hex | 6E | AA | DB | 32 | 16 | 0 | E | CF | 3C | 41 |
| Octal | 156 | 252 | 333 | 62 | 26 | 0 | 16 | 317 | 74 | 101 |
| Binary | 1101110 | 10101010 | 11011011 | 110010 | 10110 | 0 | 1110 | 11001111 | 111100 | 1000001 |
Color Harmonies of #6EAADB
Complementary color
Monochromatic Colors of #6EAADB
Black with #6EAADB
Text Example
Text Example
White with #6EAADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EAADB; }
p { color: rgb(110,170,219); }
H1.HeaderClassName
{
color: #6EAADB;
}
.AnyTagClassName
{
color: #6EAADB;
}
</style>
background-color css
<style>
a { background-color: #6EAADB; }
a { background-color: rgb(110,170,219); }
div.DivClassName
{
background-color: #6EAADB;
}
.BgClassName
{
background-color: #6EAADB;
}
</style>
border-color css
<style>
span { border-color: #6EAADB; }
span { border-color: rgb(110,170,219); }
td.TdClassName
{
border-color: #6EAADB;
}
.TagClassName
{
border-color: #6EAADB;
}
</style>