Shades of Jordy Blue #6EADDF
Tints of Jordy Blue #6EADDF
RGB
CMYK
RGB Variations
Color information
#6EADDF (or 0x6EADDF) is known color: Jordy Blue. HEX triplet: 6E, AD and DF. RGB value is (110,173,223). Sum of RGB (Red+Green+Blue) = 110+173+223=506 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.74% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #6EADDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EADDF is #915220. Grayscale: #9F9F9F. Windows color (decimal): -9523745 or 14658926. OLE color: 14658926.
HSL color Cylindrical-coordinate representation of color #6EADDF: hue angle of 206.55º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6EADDF is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 173 | 223 | - |
| CMYK | 0.51 | 0.22 | 0 | 0.13 |
| HSL | 206.55º | 0.64% | 0.65% | - |
| HSV(B) | 206.55º | 0.51% | 0.87% | - |
| XYZ | 34.69 | 38.53 | 75.42 | - |
| YUV | 159.86 | 163.63 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 173 | 223 | 0.51 | 0.22 | 0 | 0.13 | 206.55 | 0.64 | 0.65 |
| Hex | 6E | AD | DF | 33 | 16 | 0 | D | CF | 40 | 41 |
| Octal | 156 | 255 | 337 | 63 | 26 | 0 | 15 | 317 | 100 | 101 |
| Binary | 1101110 | 10101101 | 11011111 | 110011 | 10110 | 0 | 1101 | 11001111 | 1000000 | 1000001 |
Color Harmonies of #6EADDF
Complementary color
Monochromatic Colors of #6EADDF
Black with #6EADDF
Text Example
Text Example
White with #6EADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EADDF; }
p { color: rgb(110,173,223); }
H1.HeaderClassName
{
color: #6EADDF;
}
.AnyTagClassName
{
color: #6EADDF;
}
</style>
background-color css
<style>
a { background-color: #6EADDF; }
a { background-color: rgb(110,173,223); }
div.DivClassName
{
background-color: #6EADDF;
}
.BgClassName
{
background-color: #6EADDF;
}
</style>
border-color css
<style>
span { border-color: #6EADDF; }
span { border-color: rgb(110,173,223); }
td.TdClassName
{
border-color: #6EADDF;
}
.TagClassName
{
border-color: #6EADDF;
}
</style>