Shades of Jordy Blue #6EAAEB
Tints of Jordy Blue #6EAAEB
RGB
CMYK
RGB Variations
Color information
#6EAAEB (or 0x6EAAEB) is known color: Jordy Blue. HEX triplet: 6E, AA and EB. RGB value is (110,170,235). Sum of RGB (Red+Green+Blue) = 110+170+235=515 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.36% from 515); Green value is 170 (66.80% from 255 or 33.01% from 515); Blue value is 235 (92.19% from 255 or 45.63% from 515); Max value from RGB is 235 - color contains mainly: blue. Hex color #6EAAEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EAAEB is #915514. Grayscale: #9F9F9F. Windows color (decimal): -9524501 or 15444590. OLE color: 15444590.
HSL color Cylindrical-coordinate representation of color #6EAAEB: hue angle of 211.2º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EAAEB is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 110 | 170 | 235 | - |
| CMYK | 0.53 | 0.28 | 0 | 0.08 |
| HSL | 211.2º | 0.76% | 0.68% | - |
| HSV(B) | 211.2º | 0.53% | 0.92% | - |
| XYZ | 35.8 | 38.06 | 84.06 | - |
| YUV | 159.47 | 170.62 | 92.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 170 | 235 | 0.53 | 0.28 | 0 | 0.08 | 211.2 | 0.76 | 0.68 |
| Hex | 6E | AA | EB | 35 | 1C | 0 | 8 | D3 | 4C | 44 |
| Octal | 156 | 252 | 353 | 65 | 34 | 0 | 10 | 323 | 114 | 104 |
| Binary | 1101110 | 10101010 | 11101011 | 110101 | 11100 | 0 | 1000 | 11010011 | 1001100 | 1000100 |
Color Harmonies of #6EAAEB
Complementary color
Monochromatic Colors of #6EAAEB
Black with #6EAAEB
Text Example
Text Example
White with #6EAAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EAAEB; }
p { color: rgb(110,170,235); }
H1.HeaderClassName
{
color: #6EAAEB;
}
.AnyTagClassName
{
color: #6EAAEB;
}
</style>
background-color css
<style>
a { background-color: #6EAAEB; }
a { background-color: rgb(110,170,235); }
div.DivClassName
{
background-color: #6EAAEB;
}
.BgClassName
{
background-color: #6EAAEB;
}
</style>
border-color css
<style>
span { border-color: #6EAAEB; }
span { border-color: rgb(110,170,235); }
td.TdClassName
{
border-color: #6EAAEB;
}
.TagClassName
{
border-color: #6EAAEB;
}
</style>