Shades of Shakespeare #6C98BC
Tints of Shakespeare #6C98BC
RGB
CMYK
RGB Variations
Color information
#6C98BC (or 0x6C98BC) is known color: Shakespeare. HEX triplet: 6C, 98 and BC. RGB value is (108,152,188). Sum of RGB (Red+Green+Blue) = 108+152+188=448 (59% of max value = 765). Red value is 108 (42.58% from 255 or 24.11% from 448); Green value is 152 (59.77% from 255 or 33.93% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 188 - color contains mainly: blue. Hex color #6C98BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C98BC is #936743. Grayscale: #8E8E8E. Windows color (decimal): -9660228 or 12359788. OLE color: 12359788.
HSL color Cylindrical-coordinate representation of color #6C98BC: hue angle of 207º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6C98BC is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 108 | 152 | 188 | - |
| CMYK | 0.43 | 0.19 | 0 | 0.26 |
| HSL | 207º | 0.37% | 0.58% | - |
| HSV(B) | 207º | 0.43% | 0.74% | - |
| XYZ | 26.49 | 29.28 | 51.83 | - |
| YUV | 142.95 | 153.42 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 152 | 188 | 0.43 | 0.19 | 0 | 0.26 | 207 | 0.37 | 0.58 |
| Hex | 6C | 98 | BC | 2B | 13 | 0 | 1A | CF | 25 | 3A |
| Octal | 154 | 230 | 274 | 53 | 23 | 0 | 32 | 317 | 45 | 72 |
| Binary | 1101100 | 10011000 | 10111100 | 101011 | 10011 | 0 | 11010 | 11001111 | 100101 | 111010 |
Color Harmonies of #6C98BC
Complementary color
Monochromatic Colors of #6C98BC
Black with #6C98BC
Text Example
Text Example
White with #6C98BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C98BC; }
p { color: rgb(108,152,188); }
H1.HeaderClassName
{
color: #6C98BC;
}
.AnyTagClassName
{
color: #6C98BC;
}
</style>
background-color css
<style>
a { background-color: #6C98BC; }
a { background-color: rgb(108,152,188); }
div.DivClassName
{
background-color: #6C98BC;
}
.BgClassName
{
background-color: #6C98BC;
}
</style>
border-color css
<style>
span { border-color: #6C98BC; }
span { border-color: rgb(108,152,188); }
td.TdClassName
{
border-color: #6C98BC;
}
.TagClassName
{
border-color: #6C98BC;
}
</style>