Shades of Shakespeare #6690B3
Tints of Shakespeare #6690B3
RGB
CMYK
RGB Variations
Color information
#6690B3 (or 0x6690B3) is known color: Shakespeare. HEX triplet: 66, 90 and B3. RGB value is (102,144,179). Sum of RGB (Red+Green+Blue) = 102+144+179=425 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24% from 425); Green value is 144 (56.64% from 255 or 33.88% from 425); Blue value is 179 (70.31% from 255 or 42.12% from 425); Max value from RGB is 179 - color contains mainly: blue. Hex color #6690B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6690B3 is #996F4C. Grayscale: #878787. Windows color (decimal): -10055501 or 11767910. OLE color: 11767910.
HSL color Cylindrical-coordinate representation of color #6690B3: hue angle of 207.27º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6690B3 is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 102 | 144 | 179 | - |
| CMYK | 0.43 | 0.20 | 0 | 0.30 |
| HSL | 207.27º | 0.34% | 0.55% | - |
| HSV(B) | 207.27º | 0.43% | 0.7% | - |
| XYZ | 23.59 | 26.03 | 46.43 | - |
| YUV | 135.43 | 152.59 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 144 | 179 | 0.43 | 0.20 | 0 | 0.30 | 207.27 | 0.34 | 0.55 |
| Hex | 66 | 90 | B3 | 2B | 14 | 0 | 1E | CF | 22 | 37 |
| Octal | 146 | 220 | 263 | 53 | 24 | 0 | 36 | 317 | 42 | 67 |
| Binary | 1100110 | 10010000 | 10110011 | 101011 | 10100 | 0 | 11110 | 11001111 | 100010 | 110111 |
Color Harmonies of #6690B3
Complementary color
Monochromatic Colors of #6690B3
Black with #6690B3
Text Example
Text Example
White with #6690B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6690B3; }
p { color: rgb(102,144,179); }
H1.HeaderClassName
{
color: #6690B3;
}
.AnyTagClassName
{
color: #6690B3;
}
</style>
background-color css
<style>
a { background-color: #6690B3; }
a { background-color: rgb(102,144,179); }
div.DivClassName
{
background-color: #6690B3;
}
.BgClassName
{
background-color: #6690B3;
}
</style>
border-color css
<style>
span { border-color: #6690B3; }
span { border-color: rgb(102,144,179); }
td.TdClassName
{
border-color: #6690B3;
}
.TagClassName
{
border-color: #6690B3;
}
</style>