Shades of Jordy Blue #6EABF7
Tints of Jordy Blue #6EABF7
RGB
CMYK
RGB Variations
Color information
#6EABF7 (or 0x6EABF7) is known color: Jordy Blue. HEX triplet: 6E, AB and F7. RGB value is (110,171,247). Sum of RGB (Red+Green+Blue) = 110+171+247=528 (69% of max value = 765). Red value is 110 (43.36% from 255 or 20.83% from 528); Green value is 171 (67.19% from 255 or 32.39% from 528); Blue value is 247 (96.88% from 255 or 46.78% from 528); Max value from RGB is 247 - color contains mainly: blue. Hex color #6EABF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EABF7 is #915408. Grayscale: #A1A1A1. Windows color (decimal): -9524233 or 16231278. OLE color: 16231278.
HSL color Cylindrical-coordinate representation of color #6EABF7: hue angle of 213.28º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6EABF7 is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 110 | 171 | 247 | - |
| CMYK | 0.55 | 0.31 | 0 | 0.03 |
| HSL | 213.28º | 0.9% | 0.7% | - |
| HSV(B) | 213.28º | 0.55% | 0.97% | - |
| XYZ | 37.78 | 39.16 | 93.56 | - |
| YUV | 161.43 | 176.29 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 171 | 247 | 0.55 | 0.31 | 0 | 0.03 | 213.28 | 0.9 | 0.7 |
| Hex | 6E | AB | F7 | 37 | 1F | 0 | 3 | D5 | 5A | 46 |
| Octal | 156 | 253 | 367 | 67 | 37 | 0 | 3 | 325 | 132 | 106 |
| Binary | 1101110 | 10101011 | 11110111 | 110111 | 11111 | 0 | 11 | 11010101 | 1011010 | 1000110 |
Color Harmonies of #6EABF7
Complementary color
Monochromatic Colors of #6EABF7
Black with #6EABF7
Text Example
Text Example
White with #6EABF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EABF7; }
p { color: rgb(110,171,247); }
H1.HeaderClassName
{
color: #6EABF7;
}
.AnyTagClassName
{
color: #6EABF7;
}
</style>
background-color css
<style>
a { background-color: #6EABF7; }
a { background-color: rgb(110,171,247); }
div.DivClassName
{
background-color: #6EABF7;
}
.BgClassName
{
background-color: #6EABF7;
}
</style>
border-color css
<style>
span { border-color: #6EABF7; }
span { border-color: rgb(110,171,247); }
td.TdClassName
{
border-color: #6EABF7;
}
.TagClassName
{
border-color: #6EABF7;
}
</style>