Shades of Shakespeare #6C99BA
Tints of Shakespeare #6C99BA
RGB
CMYK
RGB Variations
Color information
#6C99BA (or 0x6C99BA) is known color: Shakespeare. HEX triplet: 6C, 99 and BA. RGB value is (108,153,186). Sum of RGB (Red+Green+Blue) = 108+153+186=447 (59% of max value = 765). Red value is 108 (42.58% from 255 or 24.16% from 447); Green value is 153 (60.16% from 255 or 34.23% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #6C99BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C99BA is #936645. Grayscale: #8F8F8F. Windows color (decimal): -9659974 or 12228972. OLE color: 12228972.
HSL color Cylindrical-coordinate representation of color #6C99BA: hue angle of 205.38º 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 #6C99BA is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 108 | 153 | 186 | - |
| CMYK | 0.42 | 0.18 | 0 | 0.27 |
| HSL | 205.38º | 0.36% | 0.58% | - |
| HSV(B) | 205.38º | 0.42% | 0.73% | - |
| XYZ | 26.44 | 29.52 | 50.76 | - |
| YUV | 143.31 | 152.09 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 153 | 186 | 0.42 | 0.18 | 0 | 0.27 | 205.38 | 0.36 | 0.58 |
| Hex | 6C | 99 | BA | 2A | 12 | 0 | 1B | CD | 24 | 3A |
| Octal | 154 | 231 | 272 | 52 | 22 | 0 | 33 | 315 | 44 | 72 |
| Binary | 1101100 | 10011001 | 10111010 | 101010 | 10010 | 0 | 11011 | 11001101 | 100100 | 111010 |
Color Harmonies of #6C99BA
Complementary color
Monochromatic Colors of #6C99BA
Black with #6C99BA
Text Example
Text Example
White with #6C99BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C99BA; }
p { color: rgb(108,153,186); }
H1.HeaderClassName
{
color: #6C99BA;
}
.AnyTagClassName
{
color: #6C99BA;
}
</style>
background-color css
<style>
a { background-color: #6C99BA; }
a { background-color: rgb(108,153,186); }
div.DivClassName
{
background-color: #6C99BA;
}
.BgClassName
{
background-color: #6C99BA;
}
</style>
border-color css
<style>
span { border-color: #6C99BA; }
span { border-color: rgb(108,153,186); }
td.TdClassName
{
border-color: #6C99BA;
}
.TagClassName
{
border-color: #6C99BA;
}
</style>