Shades of Jordy Blue #6EADEB
Tints of Jordy Blue #6EADEB
RGB
CMYK
RGB Variations
Color information
#6EADEB (or 0x6EADEB) is known color: Jordy Blue. HEX triplet: 6E, AD and EB. RGB value is (110,173,235). Sum of RGB (Red+Green+Blue) = 110+173+235=518 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.24% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 235 - color contains mainly: blue. Hex color #6EADEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EADEB is #915214. Grayscale: #A0A0A0. Windows color (decimal): -9523733 or 15445358. OLE color: 15445358.
HSL color Cylindrical-coordinate representation of color #6EADEB: hue angle of 209.76º 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 #6EADEB is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 110 | 173 | 235 | - |
| CMYK | 0.53 | 0.26 | 0 | 0.08 |
| HSL | 209.76º | 0.76% | 0.68% | - |
| HSV(B) | 209.76º | 0.53% | 0.92% | - |
| XYZ | 36.37 | 39.2 | 84.25 | - |
| YUV | 161.23 | 169.63 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 173 | 235 | 0.53 | 0.26 | 0 | 0.08 | 209.76 | 0.76 | 0.68 |
| Hex | 6E | AD | EB | 35 | 1A | 0 | 8 | D2 | 4C | 44 |
| Octal | 156 | 255 | 353 | 65 | 32 | 0 | 10 | 322 | 114 | 104 |
| Binary | 1101110 | 10101101 | 11101011 | 110101 | 11010 | 0 | 1000 | 11010010 | 1001100 | 1000100 |
Color Harmonies of #6EADEB
Complementary color
Monochromatic Colors of #6EADEB
Black with #6EADEB
Text Example
Text Example
White with #6EADEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EADEB; }
p { color: rgb(110,173,235); }
H1.HeaderClassName
{
color: #6EADEB;
}
.AnyTagClassName
{
color: #6EADEB;
}
</style>
background-color css
<style>
a { background-color: #6EADEB; }
a { background-color: rgb(110,173,235); }
div.DivClassName
{
background-color: #6EADEB;
}
.BgClassName
{
background-color: #6EADEB;
}
</style>
border-color css
<style>
span { border-color: #6EADEB; }
span { border-color: rgb(110,173,235); }
td.TdClassName
{
border-color: #6EADEB;
}
.TagClassName
{
border-color: #6EADEB;
}
</style>