Shades of Shakespeare #6994BC
Tints of Shakespeare #6994BC
RGB
CMYK
RGB Variations
Color information
#6994BC (or 0x6994BC) is known color: Shakespeare. HEX triplet: 69, 94 and BC. RGB value is (105,148,188). Sum of RGB (Red+Green+Blue) = 105+148+188=441 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.81% from 441); Green value is 148 (58.20% from 255 or 33.56% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 188 - color contains mainly: blue. Hex color #6994BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6994BC is #966B43. Grayscale: #8B8B8B. Windows color (decimal): -9857860 or 12358761. OLE color: 12358761.
HSL color Cylindrical-coordinate representation of color #6994BC: hue angle of 208.92º 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 #6994BC is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 105 | 148 | 188 | - |
| CMYK | 0.44 | 0.21 | 0 | 0.26 |
| HSL | 208.92º | 0.38% | 0.57% | - |
| HSV(B) | 208.92º | 0.44% | 0.74% | - |
| XYZ | 25.49 | 27.81 | 51.6 | - |
| YUV | 139.7 | 155.25 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 148 | 188 | 0.44 | 0.21 | 0 | 0.26 | 208.92 | 0.38 | 0.57 |
| Hex | 69 | 94 | BC | 2C | 15 | 0 | 1A | D1 | 26 | 39 |
| Octal | 151 | 224 | 274 | 54 | 25 | 0 | 32 | 321 | 46 | 71 |
| Binary | 1101001 | 10010100 | 10111100 | 101100 | 10101 | 0 | 11010 | 11010001 | 100110 | 111001 |
Color Harmonies of #6994BC
Complementary color
Monochromatic Colors of #6994BC
Black with #6994BC
Text Example
Text Example
White with #6994BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6994BC; }
p { color: rgb(105,148,188); }
H1.HeaderClassName
{
color: #6994BC;
}
.AnyTagClassName
{
color: #6994BC;
}
</style>
background-color css
<style>
a { background-color: #6994BC; }
a { background-color: rgb(105,148,188); }
div.DivClassName
{
background-color: #6994BC;
}
.BgClassName
{
background-color: #6994BC;
}
</style>
border-color css
<style>
span { border-color: #6994BC; }
span { border-color: rgb(105,148,188); }
td.TdClassName
{
border-color: #6994BC;
}
.TagClassName
{
border-color: #6994BC;
}
</style>