Shades of Jordy Blue #6EACEA
Tints of Jordy Blue #6EACEA
RGB
CMYK
RGB Variations
Color information
#6EACEA (or 0x6EACEA) is known color: Jordy Blue. HEX triplet: 6E, AC and EA. RGB value is (110,172,234). Sum of RGB (Red+Green+Blue) = 110+172+234=516 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.32% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 234 (91.80% from 255 or 45.35% from 516); Max value from RGB is 234 - color contains mainly: blue. Hex color #6EACEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EACEA is #915315. Grayscale: #A0A0A0. Windows color (decimal): -9523990 or 15379566. OLE color: 15379566.
HSL color Cylindrical-coordinate representation of color #6EACEA: hue angle of 210º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EACEA is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 110 | 172 | 234 | - |
| CMYK | 0.53 | 0.26 | 0 | 0.08 |
| HSL | 210º | 0.75% | 0.67% | - |
| HSV(B) | 210º | 0.53% | 0.92% | - |
| XYZ | 36.03 | 38.76 | 83.42 | - |
| YUV | 160.53 | 169.46 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 172 | 234 | 0.53 | 0.26 | 0 | 0.08 | 210 | 0.75 | 0.67 |
| Hex | 6E | AC | EA | 35 | 1A | 0 | 8 | D2 | 4B | 43 |
| Octal | 156 | 254 | 352 | 65 | 32 | 0 | 10 | 322 | 113 | 103 |
| Binary | 1101110 | 10101100 | 11101010 | 110101 | 11010 | 0 | 1000 | 11010010 | 1001011 | 1000011 |
Color Harmonies of #6EACEA
Complementary color
Monochromatic Colors of #6EACEA
Black with #6EACEA
Text Example
Text Example
White with #6EACEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EACEA; }
p { color: rgb(110,172,234); }
H1.HeaderClassName
{
color: #6EACEA;
}
.AnyTagClassName
{
color: #6EACEA;
}
</style>
background-color css
<style>
a { background-color: #6EACEA; }
a { background-color: rgb(110,172,234); }
div.DivClassName
{
background-color: #6EACEA;
}
.BgClassName
{
background-color: #6EACEA;
}
</style>
border-color css
<style>
span { border-color: #6EACEA; }
span { border-color: rgb(110,172,234); }
td.TdClassName
{
border-color: #6EACEA;
}
.TagClassName
{
border-color: #6EACEA;
}
</style>