Shades of Shakespeare #6C9DAB
Tints of Shakespeare #6C9DAB
RGB
CMYK
RGB Variations
Color information
#6C9DAB (or 0x6C9DAB) is known color: Shakespeare. HEX triplet: 6C, 9D and AB. RGB value is (108,157,171). Sum of RGB (Red+Green+Blue) = 108+157+171=436 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.77% from 436); Green value is 157 (61.72% from 255 or 36.01% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 171 - color contains mainly: blue. Hex color #6C9DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C9DAB is #936254. Grayscale: #8F8F8F. Windows color (decimal): -9658965 or 11246956. OLE color: 11246956.
HSL color Cylindrical-coordinate representation of color #6C9DAB: hue angle of 193.33º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6C9DAB is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 157 | 171 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.33 |
| HSL | 193.33º | 0.27% | 0.55% | - |
| HSV(B) | 193.33º | 0.37% | 0.67% | - |
| XYZ | 25.59 | 30.24 | 43.02 | - |
| YUV | 143.95 | 143.27 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 157 | 171 | 0.37 | 0.08 | 0 | 0.33 | 193.33 | 0.27 | 0.55 |
| Hex | 6C | 9D | AB | 25 | 8 | 0 | 21 | C1 | 1B | 37 |
| Octal | 154 | 235 | 253 | 45 | 10 | 0 | 41 | 301 | 33 | 67 |
| Binary | 1101100 | 10011101 | 10101011 | 100101 | 1000 | 0 | 100001 | 11000001 | 11011 | 110111 |
Color Harmonies of #6C9DAB
Complementary color
Monochromatic Colors of #6C9DAB
Black with #6C9DAB
Text Example
Text Example
White with #6C9DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9DAB; }
p { color: rgb(108,157,171); }
H1.HeaderClassName
{
color: #6C9DAB;
}
.AnyTagClassName
{
color: #6C9DAB;
}
</style>
background-color css
<style>
a { background-color: #6C9DAB; }
a { background-color: rgb(108,157,171); }
div.DivClassName
{
background-color: #6C9DAB;
}
.BgClassName
{
background-color: #6C9DAB;
}
</style>
border-color css
<style>
span { border-color: #6C9DAB; }
span { border-color: rgb(108,157,171); }
td.TdClassName
{
border-color: #6C9DAB;
}
.TagClassName
{
border-color: #6C9DAB;
}
</style>