Shades of Jordy Blue #6EADEF
Tints of Jordy Blue #6EADEF
RGB
CMYK
RGB Variations
Color information
#6EADEF (or 0x6EADEF) is known color: Jordy Blue. HEX triplet: 6E, AD and EF. RGB value is (110,173,239). Sum of RGB (Red+Green+Blue) = 110+173+239=522 (69% of max value = 765). Red value is 110 (43.36% from 255 or 21.07% from 522); Green value is 173 (67.97% from 255 or 33.14% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 239 - color contains mainly: blue. Hex color #6EADEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EADEF is #915210. Grayscale: #A1A1A1. Windows color (decimal): -9523729 or 15707502. OLE color: 15707502.
HSL color Cylindrical-coordinate representation of color #6EADEF: hue angle of 210.7º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EADEF is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 110 | 173 | 239 | - |
| CMYK | 0.54 | 0.28 | 0 | 0.06 |
| HSL | 210.7º | 0.8% | 0.68% | - |
| HSV(B) | 210.7º | 0.54% | 0.94% | - |
| XYZ | 36.95 | 39.43 | 87.33 | - |
| YUV | 161.69 | 171.63 | 91.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 173 | 239 | 0.54 | 0.28 | 0 | 0.06 | 210.7 | 0.8 | 0.68 |
| Hex | 6E | AD | EF | 36 | 1C | 0 | 6 | D3 | 50 | 44 |
| Octal | 156 | 255 | 357 | 66 | 34 | 0 | 6 | 323 | 120 | 104 |
| Binary | 1101110 | 10101101 | 11101111 | 110110 | 11100 | 0 | 110 | 11010011 | 1010000 | 1000100 |
Color Harmonies of #6EADEF
Complementary color
Monochromatic Colors of #6EADEF
Black with #6EADEF
Text Example
Text Example
White with #6EADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EADEF; }
p { color: rgb(110,173,239); }
H1.HeaderClassName
{
color: #6EADEF;
}
.AnyTagClassName
{
color: #6EADEF;
}
</style>
background-color css
<style>
a { background-color: #6EADEF; }
a { background-color: rgb(110,173,239); }
div.DivClassName
{
background-color: #6EADEF;
}
.BgClassName
{
background-color: #6EADEF;
}
</style>
border-color css
<style>
span { border-color: #6EADEF; }
span { border-color: rgb(110,173,239); }
td.TdClassName
{
border-color: #6EADEF;
}
.TagClassName
{
border-color: #6EADEF;
}
</style>