Shades of Shakespeare #6694AE
Tints of Shakespeare #6694AE
RGB
CMYK
RGB Variations
Color information
#6694AE (or 0x6694AE) is known color: Shakespeare. HEX triplet: 66, 94 and AE. RGB value is (102,148,174). Sum of RGB (Red+Green+Blue) = 102+148+174=424 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24.06% from 424); Green value is 148 (58.20% from 255 or 34.91% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 174 - color contains mainly: blue. Hex color #6694AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6694AE is #996B51. Grayscale: #898989. Windows color (decimal): -10054482 or 11441254. OLE color: 11441254.
HSL color Cylindrical-coordinate representation of color #6694AE: hue angle of 201.67º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6694AE is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 148 | 174 | - |
| CMYK | 0.41 | 0.15 | 0 | 0.32 |
| HSL | 201.67º | 0.31% | 0.54% | - |
| HSV(B) | 201.67º | 0.41% | 0.68% | - |
| XYZ | 23.71 | 27.06 | 44.02 | - |
| YUV | 137.21 | 148.76 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 148 | 174 | 0.41 | 0.15 | 0 | 0.32 | 201.67 | 0.31 | 0.54 |
| Hex | 66 | 94 | AE | 29 | F | 0 | 20 | CA | 1F | 36 |
| Octal | 146 | 224 | 256 | 51 | 17 | 0 | 40 | 312 | 37 | 66 |
| Binary | 1100110 | 10010100 | 10101110 | 101001 | 1111 | 0 | 100000 | 11001010 | 11111 | 110110 |
Color Harmonies of #6694AE
Complementary color
Monochromatic Colors of #6694AE
Black with #6694AE
Text Example
Text Example
White with #6694AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6694AE; }
p { color: rgb(102,148,174); }
H1.HeaderClassName
{
color: #6694AE;
}
.AnyTagClassName
{
color: #6694AE;
}
</style>
background-color css
<style>
a { background-color: #6694AE; }
a { background-color: rgb(102,148,174); }
div.DivClassName
{
background-color: #6694AE;
}
.BgClassName
{
background-color: #6694AE;
}
</style>
border-color css
<style>
span { border-color: #6694AE; }
span { border-color: rgb(102,148,174); }
td.TdClassName
{
border-color: #6694AE;
}
.TagClassName
{
border-color: #6694AE;
}
</style>