Shades of Shakespeare #6699C4
Tints of Shakespeare #6699C4
RGB
CMYK
RGB Variations
Color information
#6699C4 (or 0x6699C4) is known color: Shakespeare. HEX triplet: 66, 99 and C4. RGB value is (102,153,196). Sum of RGB (Red+Green+Blue) = 102+153+196=451 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.62% from 451); Green value is 153 (60.16% from 255 or 33.92% from 451); Blue value is 196 (76.95% from 255 or 43.46% from 451); Max value from RGB is 196 - color contains mainly: blue. Hex color #6699C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6699C4 is #99663B. Grayscale: #8E8E8E. Windows color (decimal): -10053180 or 12884326. OLE color: 12884326.
HSL color Cylindrical-coordinate representation of color #6699C4: hue angle of 207.45º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6699C4 is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 102 | 153 | 196 | - |
| CMYK | 0.48 | 0.22 | 0 | 0.23 |
| HSL | 207.45º | 0.44% | 0.58% | - |
| HSV(B) | 207.45º | 0.48% | 0.77% | - |
| XYZ | 26.83 | 29.59 | 56.52 | - |
| YUV | 142.65 | 158.1 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 153 | 196 | 0.48 | 0.22 | 0 | 0.23 | 207.45 | 0.44 | 0.58 |
| Hex | 66 | 99 | C4 | 30 | 16 | 0 | 17 | CF | 2C | 3A |
| Octal | 146 | 231 | 304 | 60 | 26 | 0 | 27 | 317 | 54 | 72 |
| Binary | 1100110 | 10011001 | 11000100 | 110000 | 10110 | 0 | 10111 | 11001111 | 101100 | 111010 |
Color Harmonies of #6699C4
Complementary color
Monochromatic Colors of #6699C4
Black with #6699C4
Text Example
Text Example
White with #6699C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6699C4; }
p { color: rgb(102,153,196); }
H1.HeaderClassName
{
color: #6699C4;
}
.AnyTagClassName
{
color: #6699C4;
}
</style>
background-color css
<style>
a { background-color: #6699C4; }
a { background-color: rgb(102,153,196); }
div.DivClassName
{
background-color: #6699C4;
}
.BgClassName
{
background-color: #6699C4;
}
</style>
border-color css
<style>
span { border-color: #6699C4; }
span { border-color: rgb(102,153,196); }
td.TdClassName
{
border-color: #6699C4;
}
.TagClassName
{
border-color: #6699C4;
}
</style>