Shades of Jordy Blue #6EAFE7
Tints of Jordy Blue #6EAFE7
RGB
CMYK
RGB Variations
Color information
#6EAFE7 (or 0x6EAFE7) is known color: Jordy Blue. HEX triplet: 6E, AF and E7. RGB value is (110,175,231). Sum of RGB (Red+Green+Blue) = 110+175+231=516 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.32% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 231 (90.62% from 255 or 44.77% from 516); Max value from RGB is 231 - color contains mainly: blue. Hex color #6EAFE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EAFE7 is #915018. Grayscale: #A1A1A1. Windows color (decimal): -9523225 or 15183726. OLE color: 15183726.
HSL color Cylindrical-coordinate representation of color #6EAFE7: hue angle of 207.77º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6EAFE7 is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 110 | 175 | 231 | - |
| CMYK | 0.52 | 0.24 | 0 | 0.09 |
| HSL | 207.77º | 0.72% | 0.67% | - |
| HSV(B) | 207.77º | 0.52% | 0.91% | - |
| XYZ | 36.18 | 39.74 | 81.37 | - |
| YUV | 161.95 | 166.97 | 90.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 175 | 231 | 0.52 | 0.24 | 0 | 0.09 | 207.77 | 0.72 | 0.67 |
| Hex | 6E | AF | E7 | 34 | 18 | 0 | 9 | D0 | 48 | 43 |
| Octal | 156 | 257 | 347 | 64 | 30 | 0 | 11 | 320 | 110 | 103 |
| Binary | 1101110 | 10101111 | 11100111 | 110100 | 11000 | 0 | 1001 | 11010000 | 1001000 | 1000011 |
Color Harmonies of #6EAFE7
Complementary color
Monochromatic Colors of #6EAFE7
Black with #6EAFE7
Text Example
Text Example
White with #6EAFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EAFE7; }
p { color: rgb(110,175,231); }
H1.HeaderClassName
{
color: #6EAFE7;
}
.AnyTagClassName
{
color: #6EAFE7;
}
</style>
background-color css
<style>
a { background-color: #6EAFE7; }
a { background-color: rgb(110,175,231); }
div.DivClassName
{
background-color: #6EAFE7;
}
.BgClassName
{
background-color: #6EAFE7;
}
</style>
border-color css
<style>
span { border-color: #6EAFE7; }
span { border-color: rgb(110,175,231); }
td.TdClassName
{
border-color: #6EAFE7;
}
.TagClassName
{
border-color: #6EAFE7;
}
</style>