Shades of Shakespeare #6695B4
Tints of Shakespeare #6695B4
RGB
CMYK
RGB Variations
Color information
#6695B4 (or 0x6695B4) is known color: Shakespeare. HEX triplet: 66, 95 and B4. RGB value is (102,149,180). Sum of RGB (Red+Green+Blue) = 102+149+180=431 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.67% from 431); Green value is 149 (58.59% from 255 or 34.57% from 431); Blue value is 180 (70.70% from 255 or 41.76% from 431); Max value from RGB is 180 - color contains mainly: blue. Hex color #6695B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6695B4 is #996A4B. Grayscale: #8A8A8A. Windows color (decimal): -10054220 or 11834726. OLE color: 11834726.
HSL color Cylindrical-coordinate representation of color #6695B4: hue angle of 203.85º 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 #6695B4 is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 102 | 149 | 180 | - |
| CMYK | 0.43 | 0.17 | 0 | 0.29 |
| HSL | 203.85º | 0.34% | 0.55% | - |
| HSV(B) | 203.85º | 0.43% | 0.71% | - |
| XYZ | 24.47 | 27.61 | 47.22 | - |
| YUV | 138.48 | 151.43 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 149 | 180 | 0.43 | 0.17 | 0 | 0.29 | 203.85 | 0.34 | 0.55 |
| Hex | 66 | 95 | B4 | 2B | 11 | 0 | 1D | CC | 22 | 37 |
| Octal | 146 | 225 | 264 | 53 | 21 | 0 | 35 | 314 | 42 | 67 |
| Binary | 1100110 | 10010101 | 10110100 | 101011 | 10001 | 0 | 11101 | 11001100 | 100010 | 110111 |
Color Harmonies of #6695B4
Complementary color
Monochromatic Colors of #6695B4
Black with #6695B4
Text Example
Text Example
White with #6695B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6695B4; }
p { color: rgb(102,149,180); }
H1.HeaderClassName
{
color: #6695B4;
}
.AnyTagClassName
{
color: #6695B4;
}
</style>
background-color css
<style>
a { background-color: #6695B4; }
a { background-color: rgb(102,149,180); }
div.DivClassName
{
background-color: #6695B4;
}
.BgClassName
{
background-color: #6695B4;
}
</style>
border-color css
<style>
span { border-color: #6695B4; }
span { border-color: rgb(102,149,180); }
td.TdClassName
{
border-color: #6695B4;
}
.TagClassName
{
border-color: #6695B4;
}
</style>