Shades of Jordy Blue #6EA5EE
Tints of Jordy Blue #6EA5EE
RGB
CMYK
RGB Variations
Color information
#6EA5EE (or 0x6EA5EE) is known color: Jordy Blue. HEX triplet: 6E, A5 and EE. RGB value is (110,165,238). Sum of RGB (Red+Green+Blue) = 110+165+238=513 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.44% from 513); Green value is 165 (64.84% from 255 or 32.16% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 238 - color contains mainly: blue. Hex color #6EA5EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EA5EE is #915A11. Grayscale: #9C9C9C. Windows color (decimal): -9525778 or 15639918. OLE color: 15639918.
HSL color Cylindrical-coordinate representation of color #6EA5EE: hue angle of 214.22º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EA5EE is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 165 | 238 | - |
| CMYK | 0.54 | 0.31 | 0 | 0.07 |
| HSL | 214.22º | 0.79% | 0.68% | - |
| HSV(B) | 214.22º | 0.54% | 0.93% | - |
| XYZ | 35.32 | 36.4 | 86.05 | - |
| YUV | 156.88 | 173.78 | 94.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 165 | 238 | 0.54 | 0.31 | 0 | 0.07 | 214.22 | 0.79 | 0.68 |
| Hex | 6E | A5 | EE | 36 | 1F | 0 | 7 | D6 | 4F | 44 |
| Octal | 156 | 245 | 356 | 66 | 37 | 0 | 7 | 326 | 117 | 104 |
| Binary | 1101110 | 10100101 | 11101110 | 110110 | 11111 | 0 | 111 | 11010110 | 1001111 | 1000100 |
Color Harmonies of #6EA5EE
Complementary color
Monochromatic Colors of #6EA5EE
Black with #6EA5EE
Text Example
Text Example
White with #6EA5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA5EE; }
p { color: rgb(110,165,238); }
H1.HeaderClassName
{
color: #6EA5EE;
}
.AnyTagClassName
{
color: #6EA5EE;
}
</style>
background-color css
<style>
a { background-color: #6EA5EE; }
a { background-color: rgb(110,165,238); }
div.DivClassName
{
background-color: #6EA5EE;
}
.BgClassName
{
background-color: #6EA5EE;
}
</style>
border-color css
<style>
span { border-color: #6EA5EE; }
span { border-color: rgb(110,165,238); }
td.TdClassName
{
border-color: #6EA5EE;
}
.TagClassName
{
border-color: #6EA5EE;
}
</style>