Shades of Shakespeare #6995AB
Tints of Shakespeare #6995AB
RGB
CMYK
RGB Variations
Color information
#6995AB (or 0x6995AB) is known color: Shakespeare. HEX triplet: 69, 95 and AB. RGB value is (105,149,171). Sum of RGB (Red+Green+Blue) = 105+149+171=425 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.71% from 425); Green value is 149 (58.59% from 255 or 35.06% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 171 - color contains mainly: blue. Hex color #6995AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6995AB is #966A54. Grayscale: #8A8A8A. Windows color (decimal): -9857621 or 11244905. OLE color: 11244905.
HSL color Cylindrical-coordinate representation of color #6995AB: hue angle of 200º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6995AB is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 149 | 171 | - |
| CMYK | 0.39 | 0.13 | 0 | 0.33 |
| HSL | 200º | 0.28% | 0.54% | - |
| HSV(B) | 200º | 0.39% | 0.67% | - |
| XYZ | 23.92 | 27.44 | 42.56 | - |
| YUV | 138.35 | 146.42 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 149 | 171 | 0.39 | 0.13 | 0 | 0.33 | 200 | 0.28 | 0.54 |
| Hex | 69 | 95 | AB | 27 | D | 0 | 21 | C8 | 1C | 36 |
| Octal | 151 | 225 | 253 | 47 | 15 | 0 | 41 | 310 | 34 | 66 |
| Binary | 1101001 | 10010101 | 10101011 | 100111 | 1101 | 0 | 100001 | 11001000 | 11100 | 110110 |
Color Harmonies of #6995AB
Complementary color
Monochromatic Colors of #6995AB
Black with #6995AB
Text Example
Text Example
White with #6995AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6995AB; }
p { color: rgb(105,149,171); }
H1.HeaderClassName
{
color: #6995AB;
}
.AnyTagClassName
{
color: #6995AB;
}
</style>
background-color css
<style>
a { background-color: #6995AB; }
a { background-color: rgb(105,149,171); }
div.DivClassName
{
background-color: #6995AB;
}
.BgClassName
{
background-color: #6995AB;
}
</style>
border-color css
<style>
span { border-color: #6995AB; }
span { border-color: rgb(105,149,171); }
td.TdClassName
{
border-color: #6995AB;
}
.TagClassName
{
border-color: #6995AB;
}
</style>