Shades of Shakespeare #6799BC
Tints of Shakespeare #6799BC
RGB
CMYK
RGB Variations
Color information
#6799BC (or 0x6799BC) is known color: Shakespeare. HEX triplet: 67, 99 and BC. RGB value is (103,153,188). Sum of RGB (Red+Green+Blue) = 103+153+188=444 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.20% from 444); Green value is 153 (60.16% from 255 or 34.46% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 188 - color contains mainly: blue. Hex color #6799BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6799BC is #986643. Grayscale: #8D8D8D. Windows color (decimal): -9987652 or 12360039. OLE color: 12360039.
HSL color Cylindrical-coordinate representation of color #6799BC: hue angle of 204.71º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6799BC is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 103 | 153 | 188 | - |
| CMYK | 0.45 | 0.19 | 0 | 0.26 |
| HSL | 204.71º | 0.39% | 0.57% | - |
| HSV(B) | 204.71º | 0.45% | 0.74% | - |
| XYZ | 26.06 | 29.3 | 51.86 | - |
| YUV | 142.04 | 153.94 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 153 | 188 | 0.45 | 0.19 | 0 | 0.26 | 204.71 | 0.39 | 0.57 |
| Hex | 67 | 99 | BC | 2D | 13 | 0 | 1A | CD | 27 | 39 |
| Octal | 147 | 231 | 274 | 55 | 23 | 0 | 32 | 315 | 47 | 71 |
| Binary | 1100111 | 10011001 | 10111100 | 101101 | 10011 | 0 | 11010 | 11001101 | 100111 | 111001 |
Color Harmonies of #6799BC
Complementary color
Monochromatic Colors of #6799BC
Black with #6799BC
Text Example
Text Example
White with #6799BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6799BC; }
p { color: rgb(103,153,188); }
H1.HeaderClassName
{
color: #6799BC;
}
.AnyTagClassName
{
color: #6799BC;
}
</style>
background-color css
<style>
a { background-color: #6799BC; }
a { background-color: rgb(103,153,188); }
div.DivClassName
{
background-color: #6799BC;
}
.BgClassName
{
background-color: #6799BC;
}
</style>
border-color css
<style>
span { border-color: #6799BC; }
span { border-color: rgb(103,153,188); }
td.TdClassName
{
border-color: #6799BC;
}
.TagClassName
{
border-color: #6799BC;
}
</style>