Shades of Jordy Blue #6D9FE1
Tints of Jordy Blue #6D9FE1
RGB
CMYK
RGB Variations
Color information
#6D9FE1 (or 0x6D9FE1) is known color: Jordy Blue. HEX triplet: 6D, 9F and E1. RGB value is (109,159,225). Sum of RGB (Red+Green+Blue) = 109+159+225=493 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.11% from 493); Green value is 159 (62.5% from 255 or 32.25% from 493); Blue value is 225 (88.28% from 255 or 45.64% from 493); Max value from RGB is 225 - color contains mainly: blue. Hex color #6D9FE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9FE1 is #92601E. Grayscale: #979797. Windows color (decimal): -9592863 or 14786413. OLE color: 14786413.
HSL color Cylindrical-coordinate representation of color #6D9FE1: hue angle of 214.14º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6D9FE1 is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 109 | 159 | 225 | - |
| CMYK | 0.52 | 0.29 | 0 | 0.12 |
| HSL | 214.14º | 0.66% | 0.65% | - |
| HSV(B) | 214.14º | 0.52% | 0.88% | - |
| XYZ | 32.3 | 33.48 | 76 | - |
| YUV | 151.57 | 169.44 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 159 | 225 | 0.52 | 0.29 | 0 | 0.12 | 214.14 | 0.66 | 0.65 |
| Hex | 6D | 9F | E1 | 34 | 1D | 0 | C | D6 | 42 | 41 |
| Octal | 155 | 237 | 341 | 64 | 35 | 0 | 14 | 326 | 102 | 101 |
| Binary | 1101101 | 10011111 | 11100001 | 110100 | 11101 | 0 | 1100 | 11010110 | 1000010 | 1000001 |
Color Harmonies of #6D9FE1
Complementary color
Monochromatic Colors of #6D9FE1
Black with #6D9FE1
Text Example
Text Example
White with #6D9FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9FE1; }
p { color: rgb(109,159,225); }
H1.HeaderClassName
{
color: #6D9FE1;
}
.AnyTagClassName
{
color: #6D9FE1;
}
</style>
background-color css
<style>
a { background-color: #6D9FE1; }
a { background-color: rgb(109,159,225); }
div.DivClassName
{
background-color: #6D9FE1;
}
.BgClassName
{
background-color: #6D9FE1;
}
</style>
border-color css
<style>
span { border-color: #6D9FE1; }
span { border-color: rgb(109,159,225); }
td.TdClassName
{
border-color: #6D9FE1;
}
.TagClassName
{
border-color: #6D9FE1;
}
</style>