Shades of Jordy Blue #6F9FDE
Tints of Jordy Blue #6F9FDE
RGB
CMYK
RGB Variations
Color information
#6F9FDE (or 0x6F9FDE) is known color: Jordy Blue. HEX triplet: 6F, 9F and DE. RGB value is (111,159,222). Sum of RGB (Red+Green+Blue) = 111+159+222=492 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.56% from 492); Green value is 159 (62.5% from 255 or 32.32% from 492); Blue value is 222 (87.11% from 255 or 45.12% from 492); Max value from RGB is 222 - color contains mainly: blue. Hex color #6F9FDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F9FDE is #906021. Grayscale: #979797. Windows color (decimal): -9461794 or 14589807. OLE color: 14589807.
HSL color Cylindrical-coordinate representation of color #6F9FDE: hue angle of 214.05º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F9FDE is Cyan = 0.5, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 159 | 222 | - |
| CMYK | 0.5 | 0.28 | 0 | 0.13 |
| HSL | 214.05º | 0.63% | 0.65% | - |
| HSV(B) | 214.05º | 0.5% | 0.87% | - |
| XYZ | 32.14 | 33.45 | 73.87 | - |
| YUV | 151.83 | 167.6 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 159 | 222 | 0.5 | 0.28 | 0 | 0.13 | 214.05 | 0.63 | 0.65 |
| Hex | 6F | 9F | DE | 32 | 1C | 0 | D | D6 | 3F | 41 |
| Octal | 157 | 237 | 336 | 62 | 34 | 0 | 15 | 326 | 77 | 101 |
| Binary | 1101111 | 10011111 | 11011110 | 110010 | 11100 | 0 | 1101 | 11010110 | 111111 | 1000001 |
Color Harmonies of #6F9FDE
Complementary color
Monochromatic Colors of #6F9FDE
Black with #6F9FDE
Text Example
Text Example
White with #6F9FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9FDE; }
p { color: rgb(111,159,222); }
H1.HeaderClassName
{
color: #6F9FDE;
}
.AnyTagClassName
{
color: #6F9FDE;
}
</style>
background-color css
<style>
a { background-color: #6F9FDE; }
a { background-color: rgb(111,159,222); }
div.DivClassName
{
background-color: #6F9FDE;
}
.BgClassName
{
background-color: #6F9FDE;
}
</style>
border-color css
<style>
span { border-color: #6F9FDE; }
span { border-color: rgb(111,159,222); }
td.TdClassName
{
border-color: #6F9FDE;
}
.TagClassName
{
border-color: #6F9FDE;
}
</style>