Shades of Shakespeare #669ABE
Tints of Shakespeare #669ABE
RGB
CMYK
RGB Variations
Color information
#669ABE (or 0x669ABE) is known color: Shakespeare. HEX triplet: 66, 9A and BE. RGB value is (102,154,190). Sum of RGB (Red+Green+Blue) = 102+154+190=446 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.87% from 446); Green value is 154 (60.55% from 255 or 34.53% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 190 - color contains mainly: blue. Hex color #669ABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669ABE is #996541. Grayscale: #8E8E8E. Windows color (decimal): -10052930 or 12491366. OLE color: 12491366.
HSL color Cylindrical-coordinate representation of color #669ABE: hue angle of 204.55º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #669ABE is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 154 | 190 | - |
| CMYK | 0.46 | 0.19 | 0 | 0.25 |
| HSL | 204.55º | 0.4% | 0.57% | - |
| HSV(B) | 204.55º | 0.46% | 0.75% | - |
| XYZ | 26.33 | 29.65 | 53.05 | - |
| YUV | 142.56 | 154.77 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 154 | 190 | 0.46 | 0.19 | 0 | 0.25 | 204.55 | 0.4 | 0.57 |
| Hex | 66 | 9A | BE | 2E | 13 | 0 | 19 | CD | 28 | 39 |
| Octal | 146 | 232 | 276 | 56 | 23 | 0 | 31 | 315 | 50 | 71 |
| Binary | 1100110 | 10011010 | 10111110 | 101110 | 10011 | 0 | 11001 | 11001101 | 101000 | 111001 |
Color Harmonies of #669ABE
Complementary color
Monochromatic Colors of #669ABE
Black with #669ABE
Text Example
Text Example
White with #669ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669ABE; }
p { color: rgb(102,154,190); }
H1.HeaderClassName
{
color: #669ABE;
}
.AnyTagClassName
{
color: #669ABE;
}
</style>
background-color css
<style>
a { background-color: #669ABE; }
a { background-color: rgb(102,154,190); }
div.DivClassName
{
background-color: #669ABE;
}
.BgClassName
{
background-color: #669ABE;
}
</style>
border-color css
<style>
span { border-color: #669ABE; }
span { border-color: rgb(102,154,190); }
td.TdClassName
{
border-color: #669ABE;
}
.TagClassName
{
border-color: #669ABE;
}
</style>