Shades of Jordy Blue #6B9FDB
Tints of Jordy Blue #6B9FDB
RGB
CMYK
RGB Variations
Color information
#6B9FDB (or 0x6B9FDB) is known color: Jordy Blue. HEX triplet: 6B, 9F and DB. RGB value is (107,159,219). Sum of RGB (Red+Green+Blue) = 107+159+219=485 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.06% from 485); Green value is 159 (62.5% from 255 or 32.78% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #6B9FDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B9FDB is #946024. Grayscale: #969696. Windows color (decimal): -9723941 or 14393195. OLE color: 14393195.
HSL color Cylindrical-coordinate representation of color #6B9FDB: hue angle of 212.14º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6B9FDB is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 159 | 219 | - |
| CMYK | 0.51 | 0.27 | 0 | 0.14 |
| HSL | 212.14º | 0.61% | 0.64% | - |
| HSV(B) | 212.14º | 0.51% | 0.86% | - |
| XYZ | 31.25 | 33.04 | 71.75 | - |
| YUV | 150.29 | 166.77 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 159 | 219 | 0.51 | 0.27 | 0 | 0.14 | 212.14 | 0.61 | 0.64 |
| Hex | 6B | 9F | DB | 33 | 1B | 0 | E | D4 | 3D | 40 |
| Octal | 153 | 237 | 333 | 63 | 33 | 0 | 16 | 324 | 75 | 100 |
| Binary | 1101011 | 10011111 | 11011011 | 110011 | 11011 | 0 | 1110 | 11010100 | 111101 | 1000000 |
Color Harmonies of #6B9FDB
Complementary color
Monochromatic Colors of #6B9FDB
Black with #6B9FDB
Text Example
Text Example
White with #6B9FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9FDB; }
p { color: rgb(107,159,219); }
H1.HeaderClassName
{
color: #6B9FDB;
}
.AnyTagClassName
{
color: #6B9FDB;
}
</style>
background-color css
<style>
a { background-color: #6B9FDB; }
a { background-color: rgb(107,159,219); }
div.DivClassName
{
background-color: #6B9FDB;
}
.BgClassName
{
background-color: #6B9FDB;
}
</style>
border-color css
<style>
span { border-color: #6B9FDB; }
span { border-color: rgb(107,159,219); }
td.TdClassName
{
border-color: #6B9FDB;
}
.TagClassName
{
border-color: #6B9FDB;
}
</style>