Shades of Jordy Blue #6EAAD6
Tints of Jordy Blue #6EAAD6
RGB
CMYK
RGB Variations
Color information
#6EAAD6 (or 0x6EAAD6) is known color: Jordy Blue. HEX triplet: 6E, AA and D6. RGB value is (110,170,214). Sum of RGB (Red+Green+Blue) = 110+170+214=494 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.27% from 494); Green value is 170 (66.80% from 255 or 34.41% from 494); Blue value is 214 (83.98% from 255 or 43.32% from 494); Max value from RGB is 214 - color contains mainly: blue. Hex color #6EAAD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EAAD6 is #915529. Grayscale: #9C9C9C. Windows color (decimal): -9524522 or 14068334. OLE color: 14068334.
HSL color Cylindrical-coordinate representation of color #6EAAD6: hue angle of 205.38º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6EAAD6 is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 110 | 170 | 214 | - |
| CMYK | 0.49 | 0.21 | 0 | 0.16 |
| HSL | 205.38º | 0.56% | 0.64% | - |
| HSV(B) | 205.38º | 0.49% | 0.84% | - |
| XYZ | 32.94 | 36.92 | 69.01 | - |
| YUV | 157.08 | 160.12 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 170 | 214 | 0.49 | 0.21 | 0 | 0.16 | 205.38 | 0.56 | 0.64 |
| Hex | 6E | AA | D6 | 31 | 15 | 0 | 10 | CD | 38 | 40 |
| Octal | 156 | 252 | 326 | 61 | 25 | 0 | 20 | 315 | 70 | 100 |
| Binary | 1101110 | 10101010 | 11010110 | 110001 | 10101 | 0 | 10000 | 11001101 | 111000 | 1000000 |
Color Harmonies of #6EAAD6
Complementary color
Monochromatic Colors of #6EAAD6
Black with #6EAAD6
Text Example
Text Example
White with #6EAAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EAAD6; }
p { color: rgb(110,170,214); }
H1.HeaderClassName
{
color: #6EAAD6;
}
.AnyTagClassName
{
color: #6EAAD6;
}
</style>
background-color css
<style>
a { background-color: #6EAAD6; }
a { background-color: rgb(110,170,214); }
div.DivClassName
{
background-color: #6EAAD6;
}
.BgClassName
{
background-color: #6EAAD6;
}
</style>
border-color css
<style>
span { border-color: #6EAAD6; }
span { border-color: rgb(110,170,214); }
td.TdClassName
{
border-color: #6EAAD6;
}
.TagClassName
{
border-color: #6EAAD6;
}
</style>