Shades of Shakespeare #6997B4
Tints of Shakespeare #6997B4
RGB
CMYK
RGB Variations
Color information
#6997B4 (or 0x6997B4) is known color: Shakespeare. HEX triplet: 69, 97 and B4. RGB value is (105,151,180). Sum of RGB (Red+Green+Blue) = 105+151+180=436 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.08% from 436); Green value is 151 (59.38% from 255 or 34.63% from 436); Blue value is 180 (70.70% from 255 or 41.28% from 436); Max value from RGB is 180 - color contains mainly: blue. Hex color #6997B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6997B4 is #96684B. Grayscale: #8C8C8C. Windows color (decimal): -9857100 or 11835241. OLE color: 11835241.
HSL color Cylindrical-coordinate representation of color #6997B4: hue angle of 203.2º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6997B4 is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 105 | 151 | 180 | - |
| CMYK | 0.42 | 0.16 | 0 | 0.29 |
| HSL | 203.2º | 0.33% | 0.56% | - |
| HSV(B) | 203.2º | 0.42% | 0.71% | - |
| XYZ | 25.13 | 28.43 | 47.34 | - |
| YUV | 140.55 | 150.26 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 151 | 180 | 0.42 | 0.16 | 0 | 0.29 | 203.2 | 0.33 | 0.56 |
| Hex | 69 | 97 | B4 | 2A | 10 | 0 | 1D | CB | 21 | 38 |
| Octal | 151 | 227 | 264 | 52 | 20 | 0 | 35 | 313 | 41 | 70 |
| Binary | 1101001 | 10010111 | 10110100 | 101010 | 10000 | 0 | 11101 | 11001011 | 100001 | 111000 |
Color Harmonies of #6997B4
Complementary color
Monochromatic Colors of #6997B4
Black with #6997B4
Text Example
Text Example
White with #6997B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6997B4; }
p { color: rgb(105,151,180); }
H1.HeaderClassName
{
color: #6997B4;
}
.AnyTagClassName
{
color: #6997B4;
}
</style>
background-color css
<style>
a { background-color: #6997B4; }
a { background-color: rgb(105,151,180); }
div.DivClassName
{
background-color: #6997B4;
}
.BgClassName
{
background-color: #6997B4;
}
</style>
border-color css
<style>
span { border-color: #6997B4; }
span { border-color: rgb(105,151,180); }
td.TdClassName
{
border-color: #6997B4;
}
.TagClassName
{
border-color: #6997B4;
}
</style>