Shades of Jordy Blue #6B9EDB
Tints of Jordy Blue #6B9EDB
RGB
CMYK
RGB Variations
Color information
#6B9EDB (or 0x6B9EDB) is known color: Jordy Blue. HEX triplet: 6B, 9E and DB. RGB value is (107,158,219). Sum of RGB (Red+Green+Blue) = 107+158+219=484 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.11% from 484); Green value is 158 (62.11% from 255 or 32.64% 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 #6B9EDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B9EDB is #946124. Grayscale: #959595. Windows color (decimal): -9724197 or 14392939. OLE color: 14392939.
HSL color Cylindrical-coordinate representation of color #6B9EDB: hue angle of 212.68º 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 #6B9EDB is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 158 | 219 | - |
| CMYK | 0.51 | 0.28 | 0 | 0.14 |
| HSL | 212.68º | 0.61% | 0.64% | - |
| HSV(B) | 212.68º | 0.51% | 0.86% | - |
| XYZ | 31.08 | 32.69 | 71.69 | - |
| YUV | 149.71 | 167.1 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 158 | 219 | 0.51 | 0.28 | 0 | 0.14 | 212.68 | 0.61 | 0.64 |
| Hex | 6B | 9E | DB | 33 | 1C | 0 | E | D5 | 3D | 40 |
| Octal | 153 | 236 | 333 | 63 | 34 | 0 | 16 | 325 | 75 | 100 |
| Binary | 1101011 | 10011110 | 11011011 | 110011 | 11100 | 0 | 1110 | 11010101 | 111101 | 1000000 |
Color Harmonies of #6B9EDB
Complementary color
Monochromatic Colors of #6B9EDB
Black with #6B9EDB
Text Example
Text Example
White with #6B9EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9EDB; }
p { color: rgb(107,158,219); }
H1.HeaderClassName
{
color: #6B9EDB;
}
.AnyTagClassName
{
color: #6B9EDB;
}
</style>
background-color css
<style>
a { background-color: #6B9EDB; }
a { background-color: rgb(107,158,219); }
div.DivClassName
{
background-color: #6B9EDB;
}
.BgClassName
{
background-color: #6B9EDB;
}
</style>
border-color css
<style>
span { border-color: #6B9EDB; }
span { border-color: rgb(107,158,219); }
td.TdClassName
{
border-color: #6B9EDB;
}
.TagClassName
{
border-color: #6B9EDB;
}
</style>