Shades of Shakespeare #669DB2
Tints of Shakespeare #669DB2
RGB
CMYK
RGB Variations
Color information
#669DB2 (or 0x669DB2) is known color: Shakespeare. HEX triplet: 66, 9D and B2. RGB value is (102,157,178). Sum of RGB (Red+Green+Blue) = 102+157+178=437 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.34% from 437); Green value is 157 (61.72% from 255 or 35.93% from 437); Blue value is 178 (69.92% from 255 or 40.73% from 437); Max value from RGB is 178 - color contains mainly: blue. Hex color #669DB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669DB2 is #99624D. Grayscale: #8E8E8E. Windows color (decimal): -10052174 or 11705702. OLE color: 11705702.
HSL color Cylindrical-coordinate representation of color #669DB2: hue angle of 196.58º degrees, saturation: 0.33, 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 #669DB2 is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 102 | 157 | 178 | - |
| CMYK | 0.43 | 0.12 | 0 | 0.30 |
| HSL | 196.58º | 0.33% | 0.55% | - |
| HSV(B) | 196.58º | 0.43% | 0.7% | - |
| XYZ | 25.57 | 30.15 | 46.59 | - |
| YUV | 142.95 | 147.78 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 157 | 178 | 0.43 | 0.12 | 0 | 0.30 | 196.58 | 0.33 | 0.55 |
| Hex | 66 | 9D | B2 | 2B | C | 0 | 1E | C5 | 21 | 37 |
| Octal | 146 | 235 | 262 | 53 | 14 | 0 | 36 | 305 | 41 | 67 |
| Binary | 1100110 | 10011101 | 10110010 | 101011 | 1100 | 0 | 11110 | 11000101 | 100001 | 110111 |
Color Harmonies of #669DB2
Complementary color
Monochromatic Colors of #669DB2
Black with #669DB2
Text Example
Text Example
White with #669DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669DB2; }
p { color: rgb(102,157,178); }
H1.HeaderClassName
{
color: #669DB2;
}
.AnyTagClassName
{
color: #669DB2;
}
</style>
background-color css
<style>
a { background-color: #669DB2; }
a { background-color: rgb(102,157,178); }
div.DivClassName
{
background-color: #669DB2;
}
.BgClassName
{
background-color: #669DB2;
}
</style>
border-color css
<style>
span { border-color: #669DB2; }
span { border-color: rgb(102,157,178); }
td.TdClassName
{
border-color: #669DB2;
}
.TagClassName
{
border-color: #669DB2;
}
</style>