Shades of Jordy Blue #6F9CDB
Tints of Jordy Blue #6F9CDB
RGB
CMYK
RGB Variations
Color information
#6F9CDB (or 0x6F9CDB) is known color: Jordy Blue. HEX triplet: 6F, 9C and DB. RGB value is (111,156,219). Sum of RGB (Red+Green+Blue) = 111+156+219=486 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.84% from 486); Green value is 156 (61.33% from 255 or 32.10% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #6F9CDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F9CDB is #906324. Grayscale: #959595. Windows color (decimal): -9462565 or 14392431. OLE color: 14392431.
HSL color Cylindrical-coordinate representation of color #6F9CDB: hue angle of 215º 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 #6F9CDB is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 156 | 219 | - |
| CMYK | 0.49 | 0.29 | 0 | 0.14 |
| HSL | 215º | 0.6% | 0.65% | - |
| HSV(B) | 215º | 0.49% | 0.86% | - |
| XYZ | 31.23 | 32.27 | 71.6 | - |
| YUV | 149.73 | 167.09 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 156 | 219 | 0.49 | 0.29 | 0 | 0.14 | 215 | 0.6 | 0.65 |
| Hex | 6F | 9C | DB | 31 | 1D | 0 | E | D7 | 3C | 41 |
| Octal | 157 | 234 | 333 | 61 | 35 | 0 | 16 | 327 | 74 | 101 |
| Binary | 1101111 | 10011100 | 11011011 | 110001 | 11101 | 0 | 1110 | 11010111 | 111100 | 1000001 |
Color Harmonies of #6F9CDB
Complementary color
Monochromatic Colors of #6F9CDB
Black with #6F9CDB
Text Example
Text Example
White with #6F9CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9CDB; }
p { color: rgb(111,156,219); }
H1.HeaderClassName
{
color: #6F9CDB;
}
.AnyTagClassName
{
color: #6F9CDB;
}
</style>
background-color css
<style>
a { background-color: #6F9CDB; }
a { background-color: rgb(111,156,219); }
div.DivClassName
{
background-color: #6F9CDB;
}
.BgClassName
{
background-color: #6F9CDB;
}
</style>
border-color css
<style>
span { border-color: #6F9CDB; }
span { border-color: rgb(111,156,219); }
td.TdClassName
{
border-color: #6F9CDB;
}
.TagClassName
{
border-color: #6F9CDB;
}
</style>