Shades of Jordy Blue #6EACDB
Tints of Jordy Blue #6EACDB
RGB
CMYK
RGB Variations
Color information
#6EACDB (or 0x6EACDB) is known color: Jordy Blue. HEX triplet: 6E, AC and DB. RGB value is (110,172,219). Sum of RGB (Red+Green+Blue) = 110+172+219=501 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.96% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #6EACDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EACDB is #915324. Grayscale: #9E9E9E. Windows color (decimal): -9524005 or 14396526. OLE color: 14396526.
HSL color Cylindrical-coordinate representation of color #6EACDB: hue angle of 205.87º 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 #6EACDB is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 172 | 219 | - |
| CMYK | 0.50 | 0.21 | 0 | 0.14 |
| HSL | 205.87º | 0.6% | 0.65% | - |
| HSV(B) | 205.87º | 0.5% | 0.86% | - |
| XYZ | 33.97 | 37.93 | 72.55 | - |
| YUV | 158.82 | 161.96 | 93.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 172 | 219 | 0.50 | 0.21 | 0 | 0.14 | 205.87 | 0.6 | 0.65 |
| Hex | 6E | AC | DB | 32 | 15 | 0 | E | CE | 3C | 41 |
| Octal | 156 | 254 | 333 | 62 | 25 | 0 | 16 | 316 | 74 | 101 |
| Binary | 1101110 | 10101100 | 11011011 | 110010 | 10101 | 0 | 1110 | 11001110 | 111100 | 1000001 |
Color Harmonies of #6EACDB
Complementary color
Monochromatic Colors of #6EACDB
Black with #6EACDB
Text Example
Text Example
White with #6EACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EACDB; }
p { color: rgb(110,172,219); }
H1.HeaderClassName
{
color: #6EACDB;
}
.AnyTagClassName
{
color: #6EACDB;
}
</style>
background-color css
<style>
a { background-color: #6EACDB; }
a { background-color: rgb(110,172,219); }
div.DivClassName
{
background-color: #6EACDB;
}
.BgClassName
{
background-color: #6EACDB;
}
</style>
border-color css
<style>
span { border-color: #6EACDB; }
span { border-color: rgb(110,172,219); }
td.TdClassName
{
border-color: #6EACDB;
}
.TagClassName
{
border-color: #6EACDB;
}
</style>