Shades of Shakespeare #6699BE
Tints of Shakespeare #6699BE
RGB
CMYK
RGB Variations
Color information
#6699BE (or 0x6699BE) is known color: Shakespeare. HEX triplet: 66, 99 and BE. RGB value is (102,153,190). Sum of RGB (Red+Green+Blue) = 102+153+190=445 (58% of max value = 765). Red value is 102 (40.23% from 255 or 22.92% from 445); Green value is 153 (60.16% from 255 or 34.38% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 190 - color contains mainly: blue. Hex color #6699BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6699BE is #996641. Grayscale: #8D8D8D. Windows color (decimal): -10053186 or 12491110. OLE color: 12491110.
HSL color Cylindrical-coordinate representation of color #6699BE: hue angle of 205.23º 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 #6699BE is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 153 | 190 | - |
| CMYK | 0.46 | 0.19 | 0 | 0.25 |
| HSL | 205.23º | 0.4% | 0.57% | - |
| HSV(B) | 205.23º | 0.46% | 0.75% | - |
| XYZ | 26.16 | 29.32 | 53 | - |
| YUV | 141.97 | 155.1 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 153 | 190 | 0.46 | 0.19 | 0 | 0.25 | 205.23 | 0.4 | 0.57 |
| Hex | 66 | 99 | BE | 2E | 13 | 0 | 19 | CD | 28 | 39 |
| Octal | 146 | 231 | 276 | 56 | 23 | 0 | 31 | 315 | 50 | 71 |
| Binary | 1100110 | 10011001 | 10111110 | 101110 | 10011 | 0 | 11001 | 11001101 | 101000 | 111001 |
Color Harmonies of #6699BE
Complementary color
Monochromatic Colors of #6699BE
Black with #6699BE
Text Example
Text Example
White with #6699BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6699BE; }
p { color: rgb(102,153,190); }
H1.HeaderClassName
{
color: #6699BE;
}
.AnyTagClassName
{
color: #6699BE;
}
</style>
background-color css
<style>
a { background-color: #6699BE; }
a { background-color: rgb(102,153,190); }
div.DivClassName
{
background-color: #6699BE;
}
.BgClassName
{
background-color: #6699BE;
}
</style>
border-color css
<style>
span { border-color: #6699BE; }
span { border-color: rgb(102,153,190); }
td.TdClassName
{
border-color: #6699BE;
}
.TagClassName
{
border-color: #6699BE;
}
</style>