Shades of Shakespeare #6696B4
Tints of Shakespeare #6696B4
RGB
CMYK
RGB Variations
Color information
#6696B4 (or 0x6696B4) is known color: Shakespeare. HEX triplet: 66, 96 and B4. RGB value is (102,150,180). Sum of RGB (Red+Green+Blue) = 102+150+180=432 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.61% from 432); Green value is 150 (58.98% from 255 or 34.72% from 432); Blue value is 180 (70.70% from 255 or 41.67% from 432); Max value from RGB is 180 - color contains mainly: blue. Hex color #6696B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6696B4 is #99694B. Grayscale: #8A8A8A. Windows color (decimal): -10053964 or 11834982. OLE color: 11834982.
HSL color Cylindrical-coordinate representation of color #6696B4: hue angle of 203.08º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6696B4 is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 102 | 150 | 180 | - |
| CMYK | 0.43 | 0.17 | 0 | 0.29 |
| HSL | 203.08º | 0.34% | 0.55% | - |
| HSV(B) | 203.08º | 0.43% | 0.71% | - |
| XYZ | 24.62 | 27.93 | 47.27 | - |
| YUV | 139.07 | 151.1 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 150 | 180 | 0.43 | 0.17 | 0 | 0.29 | 203.08 | 0.34 | 0.55 |
| Hex | 66 | 96 | B4 | 2B | 11 | 0 | 1D | CB | 22 | 37 |
| Octal | 146 | 226 | 264 | 53 | 21 | 0 | 35 | 313 | 42 | 67 |
| Binary | 1100110 | 10010110 | 10110100 | 101011 | 10001 | 0 | 11101 | 11001011 | 100010 | 110111 |
Color Harmonies of #6696B4
Complementary color
Monochromatic Colors of #6696B4
Black with #6696B4
Text Example
Text Example
White with #6696B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6696B4; }
p { color: rgb(102,150,180); }
H1.HeaderClassName
{
color: #6696B4;
}
.AnyTagClassName
{
color: #6696B4;
}
</style>
background-color css
<style>
a { background-color: #6696B4; }
a { background-color: rgb(102,150,180); }
div.DivClassName
{
background-color: #6696B4;
}
.BgClassName
{
background-color: #6696B4;
}
</style>
border-color css
<style>
span { border-color: #6696B4; }
span { border-color: rgb(102,150,180); }
td.TdClassName
{
border-color: #6696B4;
}
.TagClassName
{
border-color: #6696B4;
}
</style>