Shades of Shakespeare #6699BA
Tints of Shakespeare #6699BA
RGB
CMYK
RGB Variations
Color information
#6699BA (or 0x6699BA) is known color: Shakespeare. HEX triplet: 66, 99 and BA. RGB value is (102,153,186). Sum of RGB (Red+Green+Blue) = 102+153+186=441 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.13% from 441); Green value is 153 (60.16% from 255 or 34.69% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 186 - color contains mainly: blue. Hex color #6699BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6699BA is #996645. Grayscale: #8D8D8D. Windows color (decimal): -10053190 or 12228966. OLE color: 12228966.
HSL color Cylindrical-coordinate representation of color #6699BA: hue angle of 203.57º 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 #6699BA is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 153 | 186 | - |
| CMYK | 0.45 | 0.18 | 0 | 0.27 |
| HSL | 203.57º | 0.38% | 0.56% | - |
| HSV(B) | 203.57º | 0.45% | 0.73% | - |
| XYZ | 25.73 | 29.15 | 50.73 | - |
| YUV | 141.51 | 153.1 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 153 | 186 | 0.45 | 0.18 | 0 | 0.27 | 203.57 | 0.38 | 0.56 |
| Hex | 66 | 99 | BA | 2D | 12 | 0 | 1B | CC | 26 | 38 |
| Octal | 146 | 231 | 272 | 55 | 22 | 0 | 33 | 314 | 46 | 70 |
| Binary | 1100110 | 10011001 | 10111010 | 101101 | 10010 | 0 | 11011 | 11001100 | 100110 | 111000 |
Color Harmonies of #6699BA
Complementary color
Monochromatic Colors of #6699BA
Black with #6699BA
Text Example
Text Example
White with #6699BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6699BA; }
p { color: rgb(102,153,186); }
H1.HeaderClassName
{
color: #6699BA;
}
.AnyTagClassName
{
color: #6699BA;
}
</style>
background-color css
<style>
a { background-color: #6699BA; }
a { background-color: rgb(102,153,186); }
div.DivClassName
{
background-color: #6699BA;
}
.BgClassName
{
background-color: #6699BA;
}
</style>
border-color css
<style>
span { border-color: #6699BA; }
span { border-color: rgb(102,153,186); }
td.TdClassName
{
border-color: #6699BA;
}
.TagClassName
{
border-color: #6699BA;
}
</style>