Shades of Shakespeare #669EBF
Tints of Shakespeare #669EBF
RGB
CMYK
RGB Variations
Color information
#669EBF (or 0x669EBF) is known color: Shakespeare. HEX triplet: 66, 9E and BF. RGB value is (102,158,191). Sum of RGB (Red+Green+Blue) = 102+158+191=451 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.62% from 451); Green value is 158 (62.11% from 255 or 35.03% from 451); Blue value is 191 (75% from 255 or 42.35% from 451); Max value from RGB is 191 - color contains mainly: blue. Hex color #669EBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669EBF is #996140. Grayscale: #909090. Windows color (decimal): -10051905 or 12557926. OLE color: 12557926.
HSL color Cylindrical-coordinate representation of color #669EBF: hue angle of 202.25º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #669EBF is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 158 | 191 | - |
| CMYK | 0.47 | 0.17 | 0 | 0.25 |
| HSL | 202.25º | 0.41% | 0.57% | - |
| HSV(B) | 202.25º | 0.47% | 0.75% | - |
| XYZ | 27.11 | 31.04 | 53.85 | - |
| YUV | 145.02 | 153.95 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 158 | 191 | 0.47 | 0.17 | 0 | 0.25 | 202.25 | 0.41 | 0.57 |
| Hex | 66 | 9E | BF | 2F | 11 | 0 | 19 | CA | 29 | 39 |
| Octal | 146 | 236 | 277 | 57 | 21 | 0 | 31 | 312 | 51 | 71 |
| Binary | 1100110 | 10011110 | 10111111 | 101111 | 10001 | 0 | 11001 | 11001010 | 101001 | 111001 |
Color Harmonies of #669EBF
Complementary color
Monochromatic Colors of #669EBF
Black with #669EBF
Text Example
Text Example
White with #669EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669EBF; }
p { color: rgb(102,158,191); }
H1.HeaderClassName
{
color: #669EBF;
}
.AnyTagClassName
{
color: #669EBF;
}
</style>
background-color css
<style>
a { background-color: #669EBF; }
a { background-color: rgb(102,158,191); }
div.DivClassName
{
background-color: #669EBF;
}
.BgClassName
{
background-color: #669EBF;
}
</style>
border-color css
<style>
span { border-color: #669EBF; }
span { border-color: rgb(102,158,191); }
td.TdClassName
{
border-color: #669EBF;
}
.TagClassName
{
border-color: #669EBF;
}
</style>