Shades of Shakespeare #669CBA
Tints of Shakespeare #669CBA
RGB
CMYK
RGB Variations
Color information
#669CBA (or 0x669CBA) is known color: Shakespeare. HEX triplet: 66, 9C and BA. RGB value is (102,156,186). Sum of RGB (Red+Green+Blue) = 102+156+186=444 (58% of max value = 765). Red value is 102 (40.23% from 255 or 22.97% from 444); Green value is 156 (61.33% from 255 or 35.14% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #669CBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669CBA is #996345. Grayscale: #8F8F8F. Windows color (decimal): -10052422 or 12229734. OLE color: 12229734.
HSL color Cylindrical-coordinate representation of color #669CBA: hue angle of 201.43º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #669CBA is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 156 | 186 | - |
| CMYK | 0.45 | 0.16 | 0 | 0.27 |
| HSL | 201.43º | 0.38% | 0.56% | - |
| HSV(B) | 201.43º | 0.45% | 0.73% | - |
| XYZ | 26.23 | 30.15 | 50.89 | - |
| YUV | 143.27 | 152.11 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 156 | 186 | 0.45 | 0.16 | 0 | 0.27 | 201.43 | 0.38 | 0.56 |
| Hex | 66 | 9C | BA | 2D | 10 | 0 | 1B | C9 | 26 | 38 |
| Octal | 146 | 234 | 272 | 55 | 20 | 0 | 33 | 311 | 46 | 70 |
| Binary | 1100110 | 10011100 | 10111010 | 101101 | 10000 | 0 | 11011 | 11001001 | 100110 | 111000 |
Color Harmonies of #669CBA
Complementary color
Monochromatic Colors of #669CBA
Black with #669CBA
Text Example
Text Example
White with #669CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669CBA; }
p { color: rgb(102,156,186); }
H1.HeaderClassName
{
color: #669CBA;
}
.AnyTagClassName
{
color: #669CBA;
}
</style>
background-color css
<style>
a { background-color: #669CBA; }
a { background-color: rgb(102,156,186); }
div.DivClassName
{
background-color: #669CBA;
}
.BgClassName
{
background-color: #669CBA;
}
</style>
border-color css
<style>
span { border-color: #669CBA; }
span { border-color: rgb(102,156,186); }
td.TdClassName
{
border-color: #669CBA;
}
.TagClassName
{
border-color: #669CBA;
}
</style>