Shades of Shakespeare #6697C2
Tints of Shakespeare #6697C2
RGB
CMYK
RGB Variations
Color information
#6697C2 (or 0x6697C2) is known color: Shakespeare. HEX triplet: 66, 97 and C2. RGB value is (102,151,194). Sum of RGB (Red+Green+Blue) = 102+151+194=447 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.82% from 447); Green value is 151 (59.38% from 255 or 33.78% from 447); Blue value is 194 (76.17% from 255 or 43.40% from 447); Max value from RGB is 194 - color contains mainly: blue. Hex color #6697C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6697C2 is #99683D. Grayscale: #8D8D8D. Windows color (decimal): -10053694 or 12752742. OLE color: 12752742.
HSL color Cylindrical-coordinate representation of color #6697C2: hue angle of 208.04º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6697C2 is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 151 | 194 | - |
| CMYK | 0.47 | 0.22 | 0 | 0.24 |
| HSL | 208.04º | 0.43% | 0.58% | - |
| HSV(B) | 208.04º | 0.47% | 0.76% | - |
| XYZ | 26.28 | 28.85 | 55.22 | - |
| YUV | 141.25 | 157.77 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 151 | 194 | 0.47 | 0.22 | 0 | 0.24 | 208.04 | 0.43 | 0.58 |
| Hex | 66 | 97 | C2 | 2F | 16 | 0 | 18 | D0 | 2B | 3A |
| Octal | 146 | 227 | 302 | 57 | 26 | 0 | 30 | 320 | 53 | 72 |
| Binary | 1100110 | 10010111 | 11000010 | 101111 | 10110 | 0 | 11000 | 11010000 | 101011 | 111010 |
Color Harmonies of #6697C2
Complementary color
Monochromatic Colors of #6697C2
Black with #6697C2
Text Example
Text Example
White with #6697C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6697C2; }
p { color: rgb(102,151,194); }
H1.HeaderClassName
{
color: #6697C2;
}
.AnyTagClassName
{
color: #6697C2;
}
</style>
background-color css
<style>
a { background-color: #6697C2; }
a { background-color: rgb(102,151,194); }
div.DivClassName
{
background-color: #6697C2;
}
.BgClassName
{
background-color: #6697C2;
}
</style>
border-color css
<style>
span { border-color: #6697C2; }
span { border-color: rgb(102,151,194); }
td.TdClassName
{
border-color: #6697C2;
}
.TagClassName
{
border-color: #6697C2;
}
</style>