Shades of Shakespeare #6998AD
Tints of Shakespeare #6998AD
RGB
CMYK
RGB Variations
Color information
#6998AD (or 0x6998AD) is known color: Shakespeare. HEX triplet: 69, 98 and AD. RGB value is (105,152,173). Sum of RGB (Red+Green+Blue) = 105+152+173=430 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.42% from 430); Green value is 152 (59.77% from 255 or 35.35% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 173 - color contains mainly: blue. Hex color #6998AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6998AD is #966752. Grayscale: #8C8C8C. Windows color (decimal): -9856851 or 11376745. OLE color: 11376745.
HSL color Cylindrical-coordinate representation of color #6998AD: hue angle of 198.53º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6998AD is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 105 | 152 | 173 | - |
| CMYK | 0.39 | 0.12 | 0 | 0.32 |
| HSL | 198.53º | 0.29% | 0.55% | - |
| HSV(B) | 198.53º | 0.39% | 0.68% | - |
| XYZ | 24.6 | 28.48 | 43.74 | - |
| YUV | 140.34 | 146.43 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 152 | 173 | 0.39 | 0.12 | 0 | 0.32 | 198.53 | 0.29 | 0.55 |
| Hex | 69 | 98 | AD | 27 | C | 0 | 20 | C7 | 1D | 37 |
| Octal | 151 | 230 | 255 | 47 | 14 | 0 | 40 | 307 | 35 | 67 |
| Binary | 1101001 | 10011000 | 10101101 | 100111 | 1100 | 0 | 100000 | 11000111 | 11101 | 110111 |
Color Harmonies of #6998AD
Complementary color
Monochromatic Colors of #6998AD
Black with #6998AD
Text Example
Text Example
White with #6998AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6998AD; }
p { color: rgb(105,152,173); }
H1.HeaderClassName
{
color: #6998AD;
}
.AnyTagClassName
{
color: #6998AD;
}
</style>
background-color css
<style>
a { background-color: #6998AD; }
a { background-color: rgb(105,152,173); }
div.DivClassName
{
background-color: #6998AD;
}
.BgClassName
{
background-color: #6998AD;
}
</style>
border-color css
<style>
span { border-color: #6998AD; }
span { border-color: rgb(105,152,173); }
td.TdClassName
{
border-color: #6998AD;
}
.TagClassName
{
border-color: #6998AD;
}
</style>