Shades of Jordy Blue #6F9FDC
Tints of Jordy Blue #6F9FDC
RGB
CMYK
RGB Variations
Color information
#6F9FDC (or 0x6F9FDC) is known color: Jordy Blue. HEX triplet: 6F, 9F and DC. RGB value is (111,159,220). Sum of RGB (Red+Green+Blue) = 111+159+220=490 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.65% from 490); Green value is 159 (62.5% from 255 or 32.45% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #6F9FDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F9FDC is #906023. Grayscale: #979797. Windows color (decimal): -9461796 or 14458735. OLE color: 14458735.
HSL color Cylindrical-coordinate representation of color #6F9FDC: hue angle of 213.58º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F9FDC is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 159 | 220 | - |
| CMYK | 0.50 | 0.28 | 0 | 0.14 |
| HSL | 213.58º | 0.61% | 0.65% | - |
| HSV(B) | 213.58º | 0.5% | 0.86% | - |
| XYZ | 31.87 | 33.34 | 72.47 | - |
| YUV | 151.6 | 166.6 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 159 | 220 | 0.50 | 0.28 | 0 | 0.14 | 213.58 | 0.61 | 0.65 |
| Hex | 6F | 9F | DC | 32 | 1C | 0 | E | D6 | 3D | 41 |
| Octal | 157 | 237 | 334 | 62 | 34 | 0 | 16 | 326 | 75 | 101 |
| Binary | 1101111 | 10011111 | 11011100 | 110010 | 11100 | 0 | 1110 | 11010110 | 111101 | 1000001 |
Color Harmonies of #6F9FDC
Complementary color
Monochromatic Colors of #6F9FDC
Black with #6F9FDC
Text Example
Text Example
White with #6F9FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9FDC; }
p { color: rgb(111,159,220); }
H1.HeaderClassName
{
color: #6F9FDC;
}
.AnyTagClassName
{
color: #6F9FDC;
}
</style>
background-color css
<style>
a { background-color: #6F9FDC; }
a { background-color: rgb(111,159,220); }
div.DivClassName
{
background-color: #6F9FDC;
}
.BgClassName
{
background-color: #6F9FDC;
}
</style>
border-color css
<style>
span { border-color: #6F9FDC; }
span { border-color: rgb(111,159,220); }
td.TdClassName
{
border-color: #6F9FDC;
}
.TagClassName
{
border-color: #6F9FDC;
}
</style>