Shades of Shakespeare #6397BC
Tints of Shakespeare #6397BC
RGB
CMYK
RGB Variations
Color information
#6397BC (or 0x6397BC) is known color: Shakespeare. HEX triplet: 63, 97 and BC. RGB value is (99,151,188). Sum of RGB (Red+Green+Blue) = 99+151+188=438 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.60% from 438); Green value is 151 (59.38% from 255 or 34.47% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 188 - color contains mainly: blue. Hex color #6397BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6397BC is #9C6843. Grayscale: #8B8B8B. Windows color (decimal): -10250308 or 12359523. OLE color: 12359523.
HSL color Cylindrical-coordinate representation of color #6397BC: hue angle of 204.94º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6397BC is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 151 | 188 | - |
| CMYK | 0.47 | 0.20 | 0 | 0.26 |
| HSL | 204.94º | 0.4% | 0.56% | - |
| HSV(B) | 204.94º | 0.47% | 0.74% | - |
| XYZ | 25.29 | 28.42 | 51.73 | - |
| YUV | 139.67 | 155.27 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 151 | 188 | 0.47 | 0.20 | 0 | 0.26 | 204.94 | 0.4 | 0.56 |
| Hex | 63 | 97 | BC | 2F | 14 | 0 | 1A | CD | 28 | 38 |
| Octal | 143 | 227 | 274 | 57 | 24 | 0 | 32 | 315 | 50 | 70 |
| Binary | 1100011 | 10010111 | 10111100 | 101111 | 10100 | 0 | 11010 | 11001101 | 101000 | 111000 |
Color Harmonies of #6397BC
Complementary color
Monochromatic Colors of #6397BC
Black with #6397BC
Text Example
Text Example
White with #6397BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6397BC; }
p { color: rgb(99,151,188); }
H1.HeaderClassName
{
color: #6397BC;
}
.AnyTagClassName
{
color: #6397BC;
}
</style>
background-color css
<style>
a { background-color: #6397BC; }
a { background-color: rgb(99,151,188); }
div.DivClassName
{
background-color: #6397BC;
}
.BgClassName
{
background-color: #6397BC;
}
</style>
border-color css
<style>
span { border-color: #6397BC; }
span { border-color: rgb(99,151,188); }
td.TdClassName
{
border-color: #6397BC;
}
.TagClassName
{
border-color: #6397BC;
}
</style>