Shades of Shakespeare #669EB4
Tints of Shakespeare #669EB4
RGB
CMYK
RGB Variations
Color information
#669EB4 (or 0x669EB4) is known color: Shakespeare. HEX triplet: 66, 9E and B4. RGB value is (102,158,180). Sum of RGB (Red+Green+Blue) = 102+158+180=440 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.18% from 440); Green value is 158 (62.11% from 255 or 35.91% from 440); Blue value is 180 (70.70% from 255 or 40.91% from 440); Max value from RGB is 180 - color contains mainly: blue. Hex color #669EB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669EB4 is #99614B. Grayscale: #8F8F8F. Windows color (decimal): -10051916 or 11837030. OLE color: 11837030.
HSL color Cylindrical-coordinate representation of color #669EB4: hue angle of 196.92º 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 #669EB4 is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 102 | 158 | 180 | - |
| CMYK | 0.43 | 0.12 | 0 | 0.29 |
| HSL | 196.92º | 0.34% | 0.55% | - |
| HSV(B) | 196.92º | 0.43% | 0.71% | - |
| XYZ | 25.94 | 30.57 | 47.71 | - |
| YUV | 143.76 | 148.45 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 158 | 180 | 0.43 | 0.12 | 0 | 0.29 | 196.92 | 0.34 | 0.55 |
| Hex | 66 | 9E | B4 | 2B | C | 0 | 1D | C5 | 22 | 37 |
| Octal | 146 | 236 | 264 | 53 | 14 | 0 | 35 | 305 | 42 | 67 |
| Binary | 1100110 | 10011110 | 10110100 | 101011 | 1100 | 0 | 11101 | 11000101 | 100010 | 110111 |
Color Harmonies of #669EB4
Complementary color
Monochromatic Colors of #669EB4
Black with #669EB4
Text Example
Text Example
White with #669EB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669EB4; }
p { color: rgb(102,158,180); }
H1.HeaderClassName
{
color: #669EB4;
}
.AnyTagClassName
{
color: #669EB4;
}
</style>
background-color css
<style>
a { background-color: #669EB4; }
a { background-color: rgb(102,158,180); }
div.DivClassName
{
background-color: #669EB4;
}
.BgClassName
{
background-color: #669EB4;
}
</style>
border-color css
<style>
span { border-color: #669EB4; }
span { border-color: rgb(102,158,180); }
td.TdClassName
{
border-color: #669EB4;
}
.TagClassName
{
border-color: #669EB4;
}
</style>