Shades of Shakespeare #6997AD
Tints of Shakespeare #6997AD
RGB
CMYK
RGB Variations
Color information
#6997AD (or 0x6997AD) is known color: Shakespeare. HEX triplet: 69, 97 and AD. RGB value is (105,151,173). Sum of RGB (Red+Green+Blue) = 105+151+173=429 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.48% from 429); Green value is 151 (59.38% from 255 or 35.20% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 173 - color contains mainly: blue. Hex color #6997AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6997AD is #966852. Grayscale: #8B8B8B. Windows color (decimal): -9857107 or 11376489. OLE color: 11376489.
HSL color Cylindrical-coordinate representation of color #6997AD: hue angle of 199.41º 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 #6997AD is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 105 | 151 | 173 | - |
| CMYK | 0.39 | 0.13 | 0 | 0.32 |
| HSL | 199.41º | 0.29% | 0.55% | - |
| HSV(B) | 199.41º | 0.39% | 0.68% | - |
| XYZ | 24.44 | 28.15 | 43.68 | - |
| YUV | 139.75 | 146.76 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 151 | 173 | 0.39 | 0.13 | 0 | 0.32 | 199.41 | 0.29 | 0.55 |
| Hex | 69 | 97 | AD | 27 | D | 0 | 20 | C7 | 1D | 37 |
| Octal | 151 | 227 | 255 | 47 | 15 | 0 | 40 | 307 | 35 | 67 |
| Binary | 1101001 | 10010111 | 10101101 | 100111 | 1101 | 0 | 100000 | 11000111 | 11101 | 110111 |
Color Harmonies of #6997AD
Complementary color
Monochromatic Colors of #6997AD
Black with #6997AD
Text Example
Text Example
White with #6997AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6997AD; }
p { color: rgb(105,151,173); }
H1.HeaderClassName
{
color: #6997AD;
}
.AnyTagClassName
{
color: #6997AD;
}
</style>
background-color css
<style>
a { background-color: #6997AD; }
a { background-color: rgb(105,151,173); }
div.DivClassName
{
background-color: #6997AD;
}
.BgClassName
{
background-color: #6997AD;
}
</style>
border-color css
<style>
span { border-color: #6997AD; }
span { border-color: rgb(105,151,173); }
td.TdClassName
{
border-color: #6997AD;
}
.TagClassName
{
border-color: #6997AD;
}
</style>