Shades of Shakespeare #6696B6
Tints of Shakespeare #6696B6
RGB
CMYK
RGB Variations
Color information
#6696B6 (or 0x6696B6) is known color: Shakespeare. HEX triplet: 66, 96 and B6. RGB value is (102,150,182). Sum of RGB (Red+Green+Blue) = 102+150+182=434 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.50% from 434); Green value is 150 (58.98% from 255 or 34.56% from 434); Blue value is 182 (71.48% from 255 or 41.94% from 434); Max value from RGB is 182 - color contains mainly: blue. Hex color #6696B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6696B6 is #996949. Grayscale: #8B8B8B. Windows color (decimal): -10053962 or 11966054. OLE color: 11966054.
HSL color Cylindrical-coordinate representation of color #6696B6: hue angle of 204º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6696B6 is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 102 | 150 | 182 | - |
| CMYK | 0.44 | 0.18 | 0 | 0.29 |
| HSL | 204º | 0.35% | 0.56% | - |
| HSV(B) | 204º | 0.44% | 0.71% | - |
| XYZ | 24.83 | 28.01 | 48.35 | - |
| YUV | 139.3 | 152.1 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 150 | 182 | 0.44 | 0.18 | 0 | 0.29 | 204 | 0.35 | 0.56 |
| Hex | 66 | 96 | B6 | 2C | 12 | 0 | 1D | CC | 23 | 38 |
| Octal | 146 | 226 | 266 | 54 | 22 | 0 | 35 | 314 | 43 | 70 |
| Binary | 1100110 | 10010110 | 10110110 | 101100 | 10010 | 0 | 11101 | 11001100 | 100011 | 111000 |
Color Harmonies of #6696B6
Complementary color
Monochromatic Colors of #6696B6
Black with #6696B6
Text Example
Text Example
White with #6696B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6696B6; }
p { color: rgb(102,150,182); }
H1.HeaderClassName
{
color: #6696B6;
}
.AnyTagClassName
{
color: #6696B6;
}
</style>
background-color css
<style>
a { background-color: #6696B6; }
a { background-color: rgb(102,150,182); }
div.DivClassName
{
background-color: #6696B6;
}
.BgClassName
{
background-color: #6696B6;
}
</style>
border-color css
<style>
span { border-color: #6696B6; }
span { border-color: rgb(102,150,182); }
td.TdClassName
{
border-color: #6696B6;
}
.TagClassName
{
border-color: #6696B6;
}
</style>