Shades of Shakespeare #6397AD
Tints of Shakespeare #6397AD
RGB
CMYK
RGB Variations
Color information
#6397AD (or 0x6397AD) is known color: Shakespeare. HEX triplet: 63, 97 and AD. RGB value is (99,151,173). Sum of RGB (Red+Green+Blue) = 99+151+173=423 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.40% from 423); Green value is 151 (59.38% from 255 or 35.70% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 173 - color contains mainly: blue. Hex color #6397AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6397AD is #9C6852. Grayscale: #898989. Windows color (decimal): -10250323 or 11376483. OLE color: 11376483.
HSL color Cylindrical-coordinate representation of color #6397AD: hue angle of 197.84º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6397AD is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 99 | 151 | 173 | - |
| CMYK | 0.43 | 0.13 | 0 | 0.32 |
| HSL | 197.84º | 0.31% | 0.53% | - |
| HSV(B) | 197.84º | 0.43% | 0.68% | - |
| XYZ | 23.76 | 27.8 | 43.65 | - |
| YUV | 137.96 | 147.77 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 151 | 173 | 0.43 | 0.13 | 0 | 0.32 | 197.84 | 0.31 | 0.53 |
| Hex | 63 | 97 | AD | 2B | D | 0 | 20 | C6 | 1F | 35 |
| Octal | 143 | 227 | 255 | 53 | 15 | 0 | 40 | 306 | 37 | 65 |
| Binary | 1100011 | 10010111 | 10101101 | 101011 | 1101 | 0 | 100000 | 11000110 | 11111 | 110101 |
Color Harmonies of #6397AD
Complementary color
Monochromatic Colors of #6397AD
Black with #6397AD
Text Example
Text Example
White with #6397AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6397AD; }
p { color: rgb(99,151,173); }
H1.HeaderClassName
{
color: #6397AD;
}
.AnyTagClassName
{
color: #6397AD;
}
</style>
background-color css
<style>
a { background-color: #6397AD; }
a { background-color: rgb(99,151,173); }
div.DivClassName
{
background-color: #6397AD;
}
.BgClassName
{
background-color: #6397AD;
}
</style>
border-color css
<style>
span { border-color: #6397AD; }
span { border-color: rgb(99,151,173); }
td.TdClassName
{
border-color: #6397AD;
}
.TagClassName
{
border-color: #6397AD;
}
</style>