Shades of Jordy Blue #6EACE4
Tints of Jordy Blue #6EACE4
RGB
CMYK
RGB Variations
Color information
#6EACE4 (or 0x6EACE4) is known color: Jordy Blue. HEX triplet: 6E, AC and E4. RGB value is (110,172,228). Sum of RGB (Red+Green+Blue) = 110+172+228=510 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.57% from 510); Green value is 172 (67.58% from 255 or 33.73% from 510); Blue value is 228 (89.45% from 255 or 44.71% from 510); Max value from RGB is 228 - color contains mainly: blue. Hex color #6EACE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EACE4 is #91531B. Grayscale: #9F9F9F. Windows color (decimal): -9523996 or 14986350. OLE color: 14986350.
HSL color Cylindrical-coordinate representation of color #6EACE4: hue angle of 208.47º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6EACE4 is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 110 | 172 | 228 | - |
| CMYK | 0.52 | 0.25 | 0 | 0.11 |
| HSL | 208.47º | 0.69% | 0.66% | - |
| HSV(B) | 208.47º | 0.52% | 0.89% | - |
| XYZ | 35.19 | 38.42 | 78.96 | - |
| YUV | 159.85 | 166.46 | 92.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 172 | 228 | 0.52 | 0.25 | 0 | 0.11 | 208.47 | 0.69 | 0.66 |
| Hex | 6E | AC | E4 | 34 | 19 | 0 | B | D0 | 45 | 42 |
| Octal | 156 | 254 | 344 | 64 | 31 | 0 | 13 | 320 | 105 | 102 |
| Binary | 1101110 | 10101100 | 11100100 | 110100 | 11001 | 0 | 1011 | 11010000 | 1000101 | 1000010 |
Color Harmonies of #6EACE4
Complementary color
Monochromatic Colors of #6EACE4
Black with #6EACE4
Text Example
Text Example
White with #6EACE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EACE4; }
p { color: rgb(110,172,228); }
H1.HeaderClassName
{
color: #6EACE4;
}
.AnyTagClassName
{
color: #6EACE4;
}
</style>
background-color css
<style>
a { background-color: #6EACE4; }
a { background-color: rgb(110,172,228); }
div.DivClassName
{
background-color: #6EACE4;
}
.BgClassName
{
background-color: #6EACE4;
}
</style>
border-color css
<style>
span { border-color: #6EACE4; }
span { border-color: rgb(110,172,228); }
td.TdClassName
{
border-color: #6EACE4;
}
.TagClassName
{
border-color: #6EACE4;
}
</style>