Shades of Shakespeare #6693BD
Tints of Shakespeare #6693BD
RGB
CMYK
RGB Variations
Color information
#6693BD (or 0x6693BD) is known color: Shakespeare. HEX triplet: 66, 93 and BD. RGB value is (102,147,189). Sum of RGB (Red+Green+Blue) = 102+147+189=438 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.29% from 438); Green value is 147 (57.81% from 255 or 33.56% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 189 - color contains mainly: blue. Hex color #6693BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6693BD is #996C42. Grayscale: #8A8A8A. Windows color (decimal): -10054723 or 12424038. OLE color: 12424038.
HSL color Cylindrical-coordinate representation of color #6693BD: hue angle of 208.97º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6693BD is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 147 | 189 | - |
| CMYK | 0.46 | 0.22 | 0 | 0.26 |
| HSL | 208.97º | 0.4% | 0.57% | - |
| HSV(B) | 208.97º | 0.46% | 0.74% | - |
| XYZ | 25.1 | 27.37 | 52.1 | - |
| YUV | 138.33 | 156.59 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 147 | 189 | 0.46 | 0.22 | 0 | 0.26 | 208.97 | 0.4 | 0.57 |
| Hex | 66 | 93 | BD | 2E | 16 | 0 | 1A | D1 | 28 | 39 |
| Octal | 146 | 223 | 275 | 56 | 26 | 0 | 32 | 321 | 50 | 71 |
| Binary | 1100110 | 10010011 | 10111101 | 101110 | 10110 | 0 | 11010 | 11010001 | 101000 | 111001 |
Color Harmonies of #6693BD
Complementary color
Monochromatic Colors of #6693BD
Black with #6693BD
Text Example
Text Example
White with #6693BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6693BD; }
p { color: rgb(102,147,189); }
H1.HeaderClassName
{
color: #6693BD;
}
.AnyTagClassName
{
color: #6693BD;
}
</style>
background-color css
<style>
a { background-color: #6693BD; }
a { background-color: rgb(102,147,189); }
div.DivClassName
{
background-color: #6693BD;
}
.BgClassName
{
background-color: #6693BD;
}
</style>
border-color css
<style>
span { border-color: #6693BD; }
span { border-color: rgb(102,147,189); }
td.TdClassName
{
border-color: #6693BD;
}
.TagClassName
{
border-color: #6693BD;
}
</style>