Shades of Shakespeare #6796AB
Tints of Shakespeare #6796AB
RGB
CMYK
RGB Variations
Color information
#6796AB (or 0x6796AB) is known color: Shakespeare. HEX triplet: 67, 96 and AB. RGB value is (103,150,171). Sum of RGB (Red+Green+Blue) = 103+150+171=424 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.29% from 424); Green value is 150 (58.98% from 255 or 35.38% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 171 - color contains mainly: blue. Hex color #6796AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6796AB is #986954. Grayscale: #8A8A8A. Windows color (decimal): -9988437 or 11245159. OLE color: 11245159.
HSL color Cylindrical-coordinate representation of color #6796AB: hue angle of 198.53º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6796AB is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 150 | 171 | - |
| CMYK | 0.40 | 0.12 | 0 | 0.33 |
| HSL | 198.53º | 0.29% | 0.54% | - |
| HSV(B) | 198.53º | 0.4% | 0.67% | - |
| XYZ | 23.85 | 27.64 | 42.61 | - |
| YUV | 138.34 | 146.43 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 150 | 171 | 0.40 | 0.12 | 0 | 0.33 | 198.53 | 0.29 | 0.54 |
| Hex | 67 | 96 | AB | 28 | C | 0 | 21 | C7 | 1D | 36 |
| Octal | 147 | 226 | 253 | 50 | 14 | 0 | 41 | 307 | 35 | 66 |
| Binary | 1100111 | 10010110 | 10101011 | 101000 | 1100 | 0 | 100001 | 11000111 | 11101 | 110110 |
Color Harmonies of #6796AB
Complementary color
Monochromatic Colors of #6796AB
Black with #6796AB
Text Example
Text Example
White with #6796AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6796AB; }
p { color: rgb(103,150,171); }
H1.HeaderClassName
{
color: #6796AB;
}
.AnyTagClassName
{
color: #6796AB;
}
</style>
background-color css
<style>
a { background-color: #6796AB; }
a { background-color: rgb(103,150,171); }
div.DivClassName
{
background-color: #6796AB;
}
.BgClassName
{
background-color: #6796AB;
}
</style>
border-color css
<style>
span { border-color: #6796AB; }
span { border-color: rgb(103,150,171); }
td.TdClassName
{
border-color: #6796AB;
}
.TagClassName
{
border-color: #6796AB;
}
</style>