Shades of Jordy Blue #6EA3DB
Tints of Jordy Blue #6EA3DB
RGB
CMYK
RGB Variations
Color information
#6EA3DB (or 0x6EA3DB) is known color: Jordy Blue. HEX triplet: 6E, A3 and DB. RGB value is (110,163,219). Sum of RGB (Red+Green+Blue) = 110+163+219=492 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.36% from 492); Green value is 163 (64.06% from 255 or 33.13% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #6EA3DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EA3DB is #915C24. Grayscale: #999999. Windows color (decimal): -9526309 or 14394222. OLE color: 14394222.
HSL color Cylindrical-coordinate representation of color #6EA3DB: hue angle of 210.83º 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 #6EA3DB is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 163 | 219 | - |
| CMYK | 0.50 | 0.26 | 0 | 0.14 |
| HSL | 210.83º | 0.6% | 0.65% | - |
| HSV(B) | 210.83º | 0.5% | 0.86% | - |
| XYZ | 32.31 | 34.62 | 72 | - |
| YUV | 153.54 | 164.94 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 163 | 219 | 0.50 | 0.26 | 0 | 0.14 | 210.83 | 0.6 | 0.65 |
| Hex | 6E | A3 | DB | 32 | 1A | 0 | E | D3 | 3C | 41 |
| Octal | 156 | 243 | 333 | 62 | 32 | 0 | 16 | 323 | 74 | 101 |
| Binary | 1101110 | 10100011 | 11011011 | 110010 | 11010 | 0 | 1110 | 11010011 | 111100 | 1000001 |
Color Harmonies of #6EA3DB
Complementary color
Monochromatic Colors of #6EA3DB
Black with #6EA3DB
Text Example
Text Example
White with #6EA3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA3DB; }
p { color: rgb(110,163,219); }
H1.HeaderClassName
{
color: #6EA3DB;
}
.AnyTagClassName
{
color: #6EA3DB;
}
</style>
background-color css
<style>
a { background-color: #6EA3DB; }
a { background-color: rgb(110,163,219); }
div.DivClassName
{
background-color: #6EA3DB;
}
.BgClassName
{
background-color: #6EA3DB;
}
</style>
border-color css
<style>
span { border-color: #6EA3DB; }
span { border-color: rgb(110,163,219); }
td.TdClassName
{
border-color: #6EA3DB;
}
.TagClassName
{
border-color: #6EA3DB;
}
</style>