Shades of Jordy Blue #6A9FDB
Tints of Jordy Blue #6A9FDB
RGB
CMYK
RGB Variations
Color information
#6A9FDB (or 0x6A9FDB) is known color: Jordy Blue. HEX triplet: 6A, 9F and DB. RGB value is (106,159,219). Sum of RGB (Red+Green+Blue) = 106+159+219=484 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.90% from 484); Green value is 159 (62.5% from 255 or 32.85% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #6A9FDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A9FDB is #956024. Grayscale: #959595. Windows color (decimal): -9789477 or 14393194. OLE color: 14393194.
HSL color Cylindrical-coordinate representation of color #6A9FDB: hue angle of 211.86º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6A9FDB is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 159 | 219 | - |
| CMYK | 0.52 | 0.27 | 0 | 0.14 |
| HSL | 211.86º | 0.61% | 0.64% | - |
| HSV(B) | 211.86º | 0.52% | 0.86% | - |
| XYZ | 31.13 | 32.97 | 71.74 | - |
| YUV | 149.99 | 166.94 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 159 | 219 | 0.52 | 0.27 | 0 | 0.14 | 211.86 | 0.61 | 0.64 |
| Hex | 6A | 9F | DB | 34 | 1B | 0 | E | D4 | 3D | 40 |
| Octal | 152 | 237 | 333 | 64 | 33 | 0 | 16 | 324 | 75 | 100 |
| Binary | 1101010 | 10011111 | 11011011 | 110100 | 11011 | 0 | 1110 | 11010100 | 111101 | 1000000 |
Color Harmonies of #6A9FDB
Complementary color
Monochromatic Colors of #6A9FDB
Black with #6A9FDB
Text Example
Text Example
White with #6A9FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9FDB; }
p { color: rgb(106,159,219); }
H1.HeaderClassName
{
color: #6A9FDB;
}
.AnyTagClassName
{
color: #6A9FDB;
}
</style>
background-color css
<style>
a { background-color: #6A9FDB; }
a { background-color: rgb(106,159,219); }
div.DivClassName
{
background-color: #6A9FDB;
}
.BgClassName
{
background-color: #6A9FDB;
}
</style>
border-color css
<style>
span { border-color: #6A9FDB; }
span { border-color: rgb(106,159,219); }
td.TdClassName
{
border-color: #6A9FDB;
}
.TagClassName
{
border-color: #6A9FDB;
}
</style>