Shades of Jordy Blue #6D9EE0
Tints of Jordy Blue #6D9EE0
RGB
CMYK
RGB Variations
Color information
#6D9EE0 (or 0x6D9EE0) is known color: Jordy Blue. HEX triplet: 6D, 9E and E0. RGB value is (109,158,224). Sum of RGB (Red+Green+Blue) = 109+158+224=491 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.20% from 491); Green value is 158 (62.11% from 255 or 32.18% from 491); Blue value is 224 (87.89% from 255 or 45.62% from 491); Max value from RGB is 224 - color contains mainly: blue. Hex color #6D9EE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9EE0 is #92611F. Grayscale: #969696. Windows color (decimal): -9593120 or 14720621. OLE color: 14720621.
HSL color Cylindrical-coordinate representation of color #6D9EE0: hue angle of 214.43º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6D9EE0 is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 109 | 158 | 224 | - |
| CMYK | 0.51 | 0.29 | 0 | 0.12 |
| HSL | 214.43º | 0.65% | 0.65% | - |
| HSV(B) | 214.43º | 0.51% | 0.88% | - |
| XYZ | 31.99 | 33.09 | 75.22 | - |
| YUV | 150.87 | 169.27 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 158 | 224 | 0.51 | 0.29 | 0 | 0.12 | 214.43 | 0.65 | 0.65 |
| Hex | 6D | 9E | E0 | 33 | 1D | 0 | C | D6 | 41 | 41 |
| Octal | 155 | 236 | 340 | 63 | 35 | 0 | 14 | 326 | 101 | 101 |
| Binary | 1101101 | 10011110 | 11100000 | 110011 | 11101 | 0 | 1100 | 11010110 | 1000001 | 1000001 |
Color Harmonies of #6D9EE0
Complementary color
Monochromatic Colors of #6D9EE0
Black with #6D9EE0
Text Example
Text Example
White with #6D9EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9EE0; }
p { color: rgb(109,158,224); }
H1.HeaderClassName
{
color: #6D9EE0;
}
.AnyTagClassName
{
color: #6D9EE0;
}
</style>
background-color css
<style>
a { background-color: #6D9EE0; }
a { background-color: rgb(109,158,224); }
div.DivClassName
{
background-color: #6D9EE0;
}
.BgClassName
{
background-color: #6D9EE0;
}
</style>
border-color css
<style>
span { border-color: #6D9EE0; }
span { border-color: rgb(109,158,224); }
td.TdClassName
{
border-color: #6D9EE0;
}
.TagClassName
{
border-color: #6D9EE0;
}
</style>