Shades of Shakespeare #6795AE
Tints of Shakespeare #6795AE
RGB
CMYK
RGB Variations
Color information
#6795AE (or 0x6795AE) is known color: Shakespeare. HEX triplet: 67, 95 and AE. RGB value is (103,149,174). Sum of RGB (Red+Green+Blue) = 103+149+174=426 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.18% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 174 - color contains mainly: blue. Hex color #6795AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6795AE is #986A51. Grayscale: #898989. Windows color (decimal): -9988690 or 11441511. OLE color: 11441511.
HSL color Cylindrical-coordinate representation of color #6795AE: hue angle of 201.13º degrees, saturation: 0.3, 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 #6795AE is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 149 | 174 | - |
| CMYK | 0.41 | 0.14 | 0 | 0.32 |
| HSL | 201.13º | 0.3% | 0.54% | - |
| HSV(B) | 201.13º | 0.41% | 0.68% | - |
| XYZ | 23.98 | 27.43 | 44.08 | - |
| YUV | 138.1 | 148.26 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 149 | 174 | 0.41 | 0.14 | 0 | 0.32 | 201.13 | 0.3 | 0.54 |
| Hex | 67 | 95 | AE | 29 | E | 0 | 20 | C9 | 1E | 36 |
| Octal | 147 | 225 | 256 | 51 | 16 | 0 | 40 | 311 | 36 | 66 |
| Binary | 1100111 | 10010101 | 10101110 | 101001 | 1110 | 0 | 100000 | 11001001 | 11110 | 110110 |
Color Harmonies of #6795AE
Complementary color
Monochromatic Colors of #6795AE
Black with #6795AE
Text Example
Text Example
White with #6795AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6795AE; }
p { color: rgb(103,149,174); }
H1.HeaderClassName
{
color: #6795AE;
}
.AnyTagClassName
{
color: #6795AE;
}
</style>
background-color css
<style>
a { background-color: #6795AE; }
a { background-color: rgb(103,149,174); }
div.DivClassName
{
background-color: #6795AE;
}
.BgClassName
{
background-color: #6795AE;
}
</style>
border-color css
<style>
span { border-color: #6795AE; }
span { border-color: rgb(103,149,174); }
td.TdClassName
{
border-color: #6795AE;
}
.TagClassName
{
border-color: #6795AE;
}
</style>