Shades of Shakespeare #6999BC
Tints of Shakespeare #6999BC
RGB
CMYK
RGB Variations
Color information
#6999BC (or 0x6999BC) is known color: Shakespeare. HEX triplet: 69, 99 and BC. RGB value is (105,153,188). Sum of RGB (Red+Green+Blue) = 105+153+188=446 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.54% from 446); Green value is 153 (60.16% from 255 or 34.30% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 188 - color contains mainly: blue. Hex color #6999BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6999BC is #966643. Grayscale: #8E8E8E. Windows color (decimal): -9856580 or 12360041. OLE color: 12360041.
HSL color Cylindrical-coordinate representation of color #6999BC: hue angle of 205.3º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6999BC is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 105 | 153 | 188 | - |
| CMYK | 0.44 | 0.19 | 0 | 0.26 |
| HSL | 205.3º | 0.38% | 0.57% | - |
| HSV(B) | 205.3º | 0.44% | 0.74% | - |
| XYZ | 26.29 | 29.42 | 51.87 | - |
| YUV | 142.64 | 153.6 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 153 | 188 | 0.44 | 0.19 | 0 | 0.26 | 205.3 | 0.38 | 0.57 |
| Hex | 69 | 99 | BC | 2C | 13 | 0 | 1A | CD | 26 | 39 |
| Octal | 151 | 231 | 274 | 54 | 23 | 0 | 32 | 315 | 46 | 71 |
| Binary | 1101001 | 10011001 | 10111100 | 101100 | 10011 | 0 | 11010 | 11001101 | 100110 | 111001 |
Color Harmonies of #6999BC
Complementary color
Monochromatic Colors of #6999BC
Black with #6999BC
Text Example
Text Example
White with #6999BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6999BC; }
p { color: rgb(105,153,188); }
H1.HeaderClassName
{
color: #6999BC;
}
.AnyTagClassName
{
color: #6999BC;
}
</style>
background-color css
<style>
a { background-color: #6999BC; }
a { background-color: rgb(105,153,188); }
div.DivClassName
{
background-color: #6999BC;
}
.BgClassName
{
background-color: #6999BC;
}
</style>
border-color css
<style>
span { border-color: #6999BC; }
span { border-color: rgb(105,153,188); }
td.TdClassName
{
border-color: #6999BC;
}
.TagClassName
{
border-color: #6999BC;
}
</style>