Shades of Shakespeare #669FBA
Tints of Shakespeare #669FBA
RGB
CMYK
RGB Variations
Color information
#669FBA (or 0x669FBA) is known color: Shakespeare. HEX triplet: 66, 9F and BA. RGB value is (102,159,186). Sum of RGB (Red+Green+Blue) = 102+159+186=447 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.82% from 447); Green value is 159 (62.5% from 255 or 35.57% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #669FBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669FBA is #996045. Grayscale: #909090. Windows color (decimal): -10051654 or 12230502. OLE color: 12230502.
HSL color Cylindrical-coordinate representation of color #669FBA: hue angle of 199.29º 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 #669FBA is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 159 | 186 | - |
| CMYK | 0.45 | 0.15 | 0 | 0.27 |
| HSL | 199.29º | 0.38% | 0.56% | - |
| HSV(B) | 199.29º | 0.45% | 0.73% | - |
| XYZ | 26.74 | 31.17 | 51.06 | - |
| YUV | 145.04 | 151.12 | 97.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 159 | 186 | 0.45 | 0.15 | 0 | 0.27 | 199.29 | 0.38 | 0.56 |
| Hex | 66 | 9F | BA | 2D | F | 0 | 1B | C7 | 26 | 38 |
| Octal | 146 | 237 | 272 | 55 | 17 | 0 | 33 | 307 | 46 | 70 |
| Binary | 1100110 | 10011111 | 10111010 | 101101 | 1111 | 0 | 11011 | 11000111 | 100110 | 111000 |
Color Harmonies of #669FBA
Complementary color
Monochromatic Colors of #669FBA
Black with #669FBA
Text Example
Text Example
White with #669FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669FBA; }
p { color: rgb(102,159,186); }
H1.HeaderClassName
{
color: #669FBA;
}
.AnyTagClassName
{
color: #669FBA;
}
</style>
background-color css
<style>
a { background-color: #669FBA; }
a { background-color: rgb(102,159,186); }
div.DivClassName
{
background-color: #669FBA;
}
.BgClassName
{
background-color: #669FBA;
}
</style>
border-color css
<style>
span { border-color: #669FBA; }
span { border-color: rgb(102,159,186); }
td.TdClassName
{
border-color: #669FBA;
}
.TagClassName
{
border-color: #669FBA;
}
</style>