Shades of Shakespeare #6699AF
Tints of Shakespeare #6699AF
RGB
CMYK
RGB Variations
Color information
#6699AF (or 0x6699AF) is known color: Shakespeare. HEX triplet: 66, 99 and AF. RGB value is (102,153,175). Sum of RGB (Red+Green+Blue) = 102+153+175=430 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.72% from 430); Green value is 153 (60.16% from 255 or 35.58% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 175 - color contains mainly: blue. Hex color #6699AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6699AF is #996650. Grayscale: #8C8C8C. Windows color (decimal): -10053201 or 11508070. OLE color: 11508070.
HSL color Cylindrical-coordinate representation of color #6699AF: hue angle of 198.08º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6699AF is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 153 | 175 | - |
| CMYK | 0.42 | 0.13 | 0 | 0.31 |
| HSL | 198.08º | 0.31% | 0.54% | - |
| HSV(B) | 198.08º | 0.42% | 0.69% | - |
| XYZ | 24.61 | 28.7 | 44.8 | - |
| YUV | 140.26 | 147.6 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 153 | 175 | 0.42 | 0.13 | 0 | 0.31 | 198.08 | 0.31 | 0.54 |
| Hex | 66 | 99 | AF | 2A | D | 0 | 1F | C6 | 1F | 36 |
| Octal | 146 | 231 | 257 | 52 | 15 | 0 | 37 | 306 | 37 | 66 |
| Binary | 1100110 | 10011001 | 10101111 | 101010 | 1101 | 0 | 11111 | 11000110 | 11111 | 110110 |
Color Harmonies of #6699AF
Complementary color
Monochromatic Colors of #6699AF
Black with #6699AF
Text Example
Text Example
White with #6699AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6699AF; }
p { color: rgb(102,153,175); }
H1.HeaderClassName
{
color: #6699AF;
}
.AnyTagClassName
{
color: #6699AF;
}
</style>
background-color css
<style>
a { background-color: #6699AF; }
a { background-color: rgb(102,153,175); }
div.DivClassName
{
background-color: #6699AF;
}
.BgClassName
{
background-color: #6699AF;
}
</style>
border-color css
<style>
span { border-color: #6699AF; }
span { border-color: rgb(102,153,175); }
td.TdClassName
{
border-color: #6699AF;
}
.TagClassName
{
border-color: #6699AF;
}
</style>