Shades of Shakespeare #6695BB
Tints of Shakespeare #6695BB
RGB
CMYK
RGB Variations
Color information
#6695BB (or 0x6695BB) is known color: Shakespeare. HEX triplet: 66, 95 and BB. RGB value is (102,149,187). Sum of RGB (Red+Green+Blue) = 102+149+187=438 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.29% from 438); Green value is 149 (58.59% from 255 or 34.02% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 187 - color contains mainly: blue. Hex color #6695BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6695BB is #996A44. Grayscale: #8B8B8B. Windows color (decimal): -10054213 or 12293478. OLE color: 12293478.
HSL color Cylindrical-coordinate representation of color #6695BB: hue angle of 206.82º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6695BB is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 149 | 187 | - |
| CMYK | 0.45 | 0.20 | 0 | 0.27 |
| HSL | 206.82º | 0.38% | 0.57% | - |
| HSV(B) | 206.82º | 0.45% | 0.73% | - |
| XYZ | 25.2 | 27.91 | 51.07 | - |
| YUV | 139.28 | 154.93 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 149 | 187 | 0.45 | 0.20 | 0 | 0.27 | 206.82 | 0.38 | 0.57 |
| Hex | 66 | 95 | BB | 2D | 14 | 0 | 1B | CF | 26 | 39 |
| Octal | 146 | 225 | 273 | 55 | 24 | 0 | 33 | 317 | 46 | 71 |
| Binary | 1100110 | 10010101 | 10111011 | 101101 | 10100 | 0 | 11011 | 11001111 | 100110 | 111001 |
Color Harmonies of #6695BB
Complementary color
Monochromatic Colors of #6695BB
Black with #6695BB
Text Example
Text Example
White with #6695BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6695BB; }
p { color: rgb(102,149,187); }
H1.HeaderClassName
{
color: #6695BB;
}
.AnyTagClassName
{
color: #6695BB;
}
</style>
background-color css
<style>
a { background-color: #6695BB; }
a { background-color: rgb(102,149,187); }
div.DivClassName
{
background-color: #6695BB;
}
.BgClassName
{
background-color: #6695BB;
}
</style>
border-color css
<style>
span { border-color: #6695BB; }
span { border-color: rgb(102,149,187); }
td.TdClassName
{
border-color: #6695BB;
}
.TagClassName
{
border-color: #6695BB;
}
</style>