Shades of Shakespeare #6D9FBB
Tints of Shakespeare #6D9FBB
RGB
CMYK
RGB Variations
Color information
#6D9FBB (or 0x6D9FBB) is known color: Shakespeare. HEX triplet: 6D, 9F and BB. RGB value is (109,159,187). Sum of RGB (Red+Green+Blue) = 109+159+187=455 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.96% from 455); Green value is 159 (62.5% from 255 or 34.95% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 187 - color contains mainly: blue. Hex color #6D9FBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9FBB is #926044. Grayscale: #939393. Windows color (decimal): -9592901 or 12296045. OLE color: 12296045.
HSL color Cylindrical-coordinate representation of color #6D9FBB: hue angle of 201.54º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6D9FBB is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 159 | 187 | - |
| CMYK | 0.42 | 0.15 | 0 | 0.27 |
| HSL | 201.54º | 0.36% | 0.58% | - |
| HSV(B) | 201.54º | 0.42% | 0.73% | - |
| XYZ | 27.67 | 31.64 | 51.66 | - |
| YUV | 147.24 | 150.44 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 159 | 187 | 0.42 | 0.15 | 0 | 0.27 | 201.54 | 0.36 | 0.58 |
| Hex | 6D | 9F | BB | 2A | F | 0 | 1B | CA | 24 | 3A |
| Octal | 155 | 237 | 273 | 52 | 17 | 0 | 33 | 312 | 44 | 72 |
| Binary | 1101101 | 10011111 | 10111011 | 101010 | 1111 | 0 | 11011 | 11001010 | 100100 | 111010 |
Color Harmonies of #6D9FBB
Complementary color
Monochromatic Colors of #6D9FBB
Black with #6D9FBB
Text Example
Text Example
White with #6D9FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9FBB; }
p { color: rgb(109,159,187); }
H1.HeaderClassName
{
color: #6D9FBB;
}
.AnyTagClassName
{
color: #6D9FBB;
}
</style>
background-color css
<style>
a { background-color: #6D9FBB; }
a { background-color: rgb(109,159,187); }
div.DivClassName
{
background-color: #6D9FBB;
}
.BgClassName
{
background-color: #6D9FBB;
}
</style>
border-color css
<style>
span { border-color: #6D9FBB; }
span { border-color: rgb(109,159,187); }
td.TdClassName
{
border-color: #6D9FBB;
}
.TagClassName
{
border-color: #6D9FBB;
}
</style>