Shades of Jordy Blue #6F9DDB
Tints of Jordy Blue #6F9DDB
RGB
CMYK
RGB Variations
Color information
#6F9DDB (or 0x6F9DDB) is known color: Jordy Blue. HEX triplet: 6F, 9D and DB. RGB value is (111,157,219). Sum of RGB (Red+Green+Blue) = 111+157+219=487 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.79% from 487); Green value is 157 (61.72% from 255 or 32.24% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #6F9DDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F9DDB is #906224. Grayscale: #969696. Windows color (decimal): -9462309 or 14392687. OLE color: 14392687.
HSL color Cylindrical-coordinate representation of color #6F9DDB: hue angle of 214.44º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6F9DDB is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 157 | 219 | - |
| CMYK | 0.49 | 0.28 | 0 | 0.14 |
| HSL | 214.44º | 0.6% | 0.65% | - |
| HSV(B) | 214.44º | 0.49% | 0.86% | - |
| XYZ | 31.4 | 32.61 | 71.66 | - |
| YUV | 150.31 | 166.76 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 157 | 219 | 0.49 | 0.28 | 0 | 0.14 | 214.44 | 0.6 | 0.65 |
| Hex | 6F | 9D | DB | 31 | 1C | 0 | E | D6 | 3C | 41 |
| Octal | 157 | 235 | 333 | 61 | 34 | 0 | 16 | 326 | 74 | 101 |
| Binary | 1101111 | 10011101 | 11011011 | 110001 | 11100 | 0 | 1110 | 11010110 | 111100 | 1000001 |
Color Harmonies of #6F9DDB
Complementary color
Monochromatic Colors of #6F9DDB
Black with #6F9DDB
Text Example
Text Example
White with #6F9DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9DDB; }
p { color: rgb(111,157,219); }
H1.HeaderClassName
{
color: #6F9DDB;
}
.AnyTagClassName
{
color: #6F9DDB;
}
</style>
background-color css
<style>
a { background-color: #6F9DDB; }
a { background-color: rgb(111,157,219); }
div.DivClassName
{
background-color: #6F9DDB;
}
.BgClassName
{
background-color: #6F9DDB;
}
</style>
border-color css
<style>
span { border-color: #6F9DDB; }
span { border-color: rgb(111,157,219); }
td.TdClassName
{
border-color: #6F9DDB;
}
.TagClassName
{
border-color: #6F9DDB;
}
</style>