Shades of Shakespeare #6C9BAE
Tints of Shakespeare #6C9BAE
RGB
CMYK
RGB Variations
Color information
#6C9BAE (or 0x6C9BAE) is known color: Shakespeare. HEX triplet: 6C, 9B and AE. RGB value is (108,155,174). Sum of RGB (Red+Green+Blue) = 108+155+174=437 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.71% from 437); Green value is 155 (60.94% from 255 or 35.47% from 437); Blue value is 174 (68.36% from 255 or 39.82% from 437); Max value from RGB is 174 - color contains mainly: blue. Hex color #6C9BAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C9BAE is #936451. Grayscale: #8E8E8E. Windows color (decimal): -9659474 or 11443052. OLE color: 11443052.
HSL color Cylindrical-coordinate representation of color #6C9BAE: hue angle of 197.27º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6C9BAE is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 108 | 155 | 174 | - |
| CMYK | 0.38 | 0.11 | 0 | 0.32 |
| HSL | 197.27º | 0.29% | 0.55% | - |
| HSV(B) | 197.27º | 0.38% | 0.68% | - |
| XYZ | 25.55 | 29.69 | 44.43 | - |
| YUV | 143.11 | 145.43 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 155 | 174 | 0.38 | 0.11 | 0 | 0.32 | 197.27 | 0.29 | 0.55 |
| Hex | 6C | 9B | AE | 26 | B | 0 | 20 | C5 | 1D | 37 |
| Octal | 154 | 233 | 256 | 46 | 13 | 0 | 40 | 305 | 35 | 67 |
| Binary | 1101100 | 10011011 | 10101110 | 100110 | 1011 | 0 | 100000 | 11000101 | 11101 | 110111 |
Color Harmonies of #6C9BAE
Complementary color
Monochromatic Colors of #6C9BAE
Black with #6C9BAE
Text Example
Text Example
White with #6C9BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9BAE; }
p { color: rgb(108,155,174); }
H1.HeaderClassName
{
color: #6C9BAE;
}
.AnyTagClassName
{
color: #6C9BAE;
}
</style>
background-color css
<style>
a { background-color: #6C9BAE; }
a { background-color: rgb(108,155,174); }
div.DivClassName
{
background-color: #6C9BAE;
}
.BgClassName
{
background-color: #6C9BAE;
}
</style>
border-color css
<style>
span { border-color: #6C9BAE; }
span { border-color: rgb(108,155,174); }
td.TdClassName
{
border-color: #6C9BAE;
}
.TagClassName
{
border-color: #6C9BAE;
}
</style>