Shades of Jordy Blue #6EA4E1
Tints of Jordy Blue #6EA4E1
RGB
CMYK
RGB Variations
Color information
#6EA4E1 (or 0x6EA4E1) is known color: Jordy Blue. HEX triplet: 6E, A4 and E1. RGB value is (110,164,225). Sum of RGB (Red+Green+Blue) = 110+164+225=499 (66% of max value = 765). Red value is 110 (43.36% from 255 or 22.04% from 499); Green value is 164 (64.45% from 255 or 32.87% from 499); Blue value is 225 (88.28% from 255 or 45.09% from 499); Max value from RGB is 225 - color contains mainly: blue. Hex color #6EA4E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EA4E1 is #915B1E. Grayscale: #9A9A9A. Windows color (decimal): -9526047 or 14787694. OLE color: 14787694.
HSL color Cylindrical-coordinate representation of color #6EA4E1: hue angle of 211.83º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6EA4E1 is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 110 | 164 | 225 | - |
| CMYK | 0.51 | 0.27 | 0 | 0.12 |
| HSL | 211.83º | 0.66% | 0.66% | - |
| HSV(B) | 211.83º | 0.51% | 0.88% | - |
| XYZ | 33.3 | 35.3 | 76.29 | - |
| YUV | 154.81 | 167.61 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 164 | 225 | 0.51 | 0.27 | 0 | 0.12 | 211.83 | 0.66 | 0.66 |
| Hex | 6E | A4 | E1 | 33 | 1B | 0 | C | D4 | 42 | 42 |
| Octal | 156 | 244 | 341 | 63 | 33 | 0 | 14 | 324 | 102 | 102 |
| Binary | 1101110 | 10100100 | 11100001 | 110011 | 11011 | 0 | 1100 | 11010100 | 1000010 | 1000010 |
Color Harmonies of #6EA4E1
Complementary color
Monochromatic Colors of #6EA4E1
Black with #6EA4E1
Text Example
Text Example
White with #6EA4E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA4E1; }
p { color: rgb(110,164,225); }
H1.HeaderClassName
{
color: #6EA4E1;
}
.AnyTagClassName
{
color: #6EA4E1;
}
</style>
background-color css
<style>
a { background-color: #6EA4E1; }
a { background-color: rgb(110,164,225); }
div.DivClassName
{
background-color: #6EA4E1;
}
.BgClassName
{
background-color: #6EA4E1;
}
</style>
border-color css
<style>
span { border-color: #6EA4E1; }
span { border-color: rgb(110,164,225); }
td.TdClassName
{
border-color: #6EA4E1;
}
.TagClassName
{
border-color: #6EA4E1;
}
</style>