Shades of Shakespeare #6694AF
Tints of Shakespeare #6694AF
RGB
CMYK
RGB Variations
Color information
#6694AF (or 0x6694AF) is known color: Shakespeare. HEX triplet: 66, 94 and AF. RGB value is (102,148,175). Sum of RGB (Red+Green+Blue) = 102+148+175=425 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24% from 425); Green value is 148 (58.20% from 255 or 34.82% from 425); Blue value is 175 (68.75% from 255 or 41.18% from 425); Max value from RGB is 175 - color contains mainly: blue. Hex color #6694AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6694AF is #996B50. Grayscale: #898989. Windows color (decimal): -10054481 or 11506790. OLE color: 11506790.
HSL color Cylindrical-coordinate representation of color #6694AF: hue angle of 202.19º 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 #6694AF is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 148 | 175 | - |
| CMYK | 0.42 | 0.15 | 0 | 0.31 |
| HSL | 202.19º | 0.31% | 0.54% | - |
| HSV(B) | 202.19º | 0.42% | 0.69% | - |
| XYZ | 23.81 | 27.1 | 44.53 | - |
| YUV | 137.32 | 149.26 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 148 | 175 | 0.42 | 0.15 | 0 | 0.31 | 202.19 | 0.31 | 0.54 |
| Hex | 66 | 94 | AF | 2A | F | 0 | 1F | CA | 1F | 36 |
| Octal | 146 | 224 | 257 | 52 | 17 | 0 | 37 | 312 | 37 | 66 |
| Binary | 1100110 | 10010100 | 10101111 | 101010 | 1111 | 0 | 11111 | 11001010 | 11111 | 110110 |
Color Harmonies of #6694AF
Complementary color
Monochromatic Colors of #6694AF
Black with #6694AF
Text Example
Text Example
White with #6694AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6694AF; }
p { color: rgb(102,148,175); }
H1.HeaderClassName
{
color: #6694AF;
}
.AnyTagClassName
{
color: #6694AF;
}
</style>
background-color css
<style>
a { background-color: #6694AF; }
a { background-color: rgb(102,148,175); }
div.DivClassName
{
background-color: #6694AF;
}
.BgClassName
{
background-color: #6694AF;
}
</style>
border-color css
<style>
span { border-color: #6694AF; }
span { border-color: rgb(102,148,175); }
td.TdClassName
{
border-color: #6694AF;
}
.TagClassName
{
border-color: #6694AF;
}
</style>