Shades of Shakespeare #6697BA
Tints of Shakespeare #6697BA
RGB
CMYK
RGB Variations
Color information
#6697BA (or 0x6697BA) is known color: Shakespeare. HEX triplet: 66, 97 and BA. RGB value is (102,151,186). Sum of RGB (Red+Green+Blue) = 102+151+186=439 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.23% from 439); Green value is 151 (59.38% from 255 or 34.40% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 186 - color contains mainly: blue. Hex color #6697BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6697BA is #996845. Grayscale: #8C8C8C. Windows color (decimal): -10053702 or 12228454. OLE color: 12228454.
HSL color Cylindrical-coordinate representation of color #6697BA: hue angle of 205º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6697BA is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 151 | 186 | - |
| CMYK | 0.45 | 0.19 | 0 | 0.27 |
| HSL | 205º | 0.38% | 0.56% | - |
| HSV(B) | 205º | 0.45% | 0.73% | - |
| XYZ | 25.41 | 28.5 | 50.62 | - |
| YUV | 140.34 | 153.77 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 151 | 186 | 0.45 | 0.19 | 0 | 0.27 | 205 | 0.38 | 0.56 |
| Hex | 66 | 97 | BA | 2D | 13 | 0 | 1B | CD | 26 | 38 |
| Octal | 146 | 227 | 272 | 55 | 23 | 0 | 33 | 315 | 46 | 70 |
| Binary | 1100110 | 10010111 | 10111010 | 101101 | 10011 | 0 | 11011 | 11001101 | 100110 | 111000 |
Color Harmonies of #6697BA
Complementary color
Monochromatic Colors of #6697BA
Black with #6697BA
Text Example
Text Example
White with #6697BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6697BA; }
p { color: rgb(102,151,186); }
H1.HeaderClassName
{
color: #6697BA;
}
.AnyTagClassName
{
color: #6697BA;
}
</style>
background-color css
<style>
a { background-color: #6697BA; }
a { background-color: rgb(102,151,186); }
div.DivClassName
{
background-color: #6697BA;
}
.BgClassName
{
background-color: #6697BA;
}
</style>
border-color css
<style>
span { border-color: #6697BA; }
span { border-color: rgb(102,151,186); }
td.TdClassName
{
border-color: #6697BA;
}
.TagClassName
{
border-color: #6697BA;
}
</style>