Shades of Shakespeare #6698AC
Tints of Shakespeare #6698AC
RGB
CMYK
RGB Variations
Color information
#6698AC (or 0x6698AC) is known color: Shakespeare. HEX triplet: 66, 98 and AC. RGB value is (102,152,172). Sum of RGB (Red+Green+Blue) = 102+152+172=426 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.94% from 426); Green value is 152 (59.77% from 255 or 35.68% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 172 - color contains mainly: blue. Hex color #6698AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6698AC is #996753. Grayscale: #8B8B8B. Windows color (decimal): -10053460 or 11311206. OLE color: 11311206.
HSL color Cylindrical-coordinate representation of color #6698AC: hue angle of 197.14º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6698AC is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 152 | 172 | - |
| CMYK | 0.41 | 0.12 | 0 | 0.33 |
| HSL | 197.14º | 0.3% | 0.54% | - |
| HSV(B) | 197.14º | 0.41% | 0.67% | - |
| XYZ | 24.15 | 28.26 | 43.21 | - |
| YUV | 139.33 | 146.44 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 152 | 172 | 0.41 | 0.12 | 0 | 0.33 | 197.14 | 0.3 | 0.54 |
| Hex | 66 | 98 | AC | 29 | C | 0 | 21 | C5 | 1E | 36 |
| Octal | 146 | 230 | 254 | 51 | 14 | 0 | 41 | 305 | 36 | 66 |
| Binary | 1100110 | 10011000 | 10101100 | 101001 | 1100 | 0 | 100001 | 11000101 | 11110 | 110110 |
Color Harmonies of #6698AC
Complementary color
Monochromatic Colors of #6698AC
Black with #6698AC
Text Example
Text Example
White with #6698AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6698AC; }
p { color: rgb(102,152,172); }
H1.HeaderClassName
{
color: #6698AC;
}
.AnyTagClassName
{
color: #6698AC;
}
</style>
background-color css
<style>
a { background-color: #6698AC; }
a { background-color: rgb(102,152,172); }
div.DivClassName
{
background-color: #6698AC;
}
.BgClassName
{
background-color: #6698AC;
}
</style>
border-color css
<style>
span { border-color: #6698AC; }
span { border-color: rgb(102,152,172); }
td.TdClassName
{
border-color: #6698AC;
}
.TagClassName
{
border-color: #6698AC;
}
</style>