Shades of Shakespeare #6398BF
Tints of Shakespeare #6398BF
RGB
CMYK
RGB Variations
Color information
#6398BF (or 0x6398BF) is known color: Shakespeare. HEX triplet: 63, 98 and BF. RGB value is (99,152,191). Sum of RGB (Red+Green+Blue) = 99+152+191=442 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.40% from 442); Green value is 152 (59.77% from 255 or 34.39% from 442); Blue value is 191 (75% from 255 or 43.21% from 442); Max value from RGB is 191 - color contains mainly: blue. Hex color #6398BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6398BF is #9C6740. Grayscale: #8C8C8C. Windows color (decimal): -10250049 or 12556387. OLE color: 12556387.
HSL color Cylindrical-coordinate representation of color #6398BF: hue angle of 205.43º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6398BF is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 99 | 152 | 191 | - |
| CMYK | 0.48 | 0.20 | 0 | 0.25 |
| HSL | 205.43º | 0.42% | 0.57% | - |
| HSV(B) | 205.43º | 0.48% | 0.75% | - |
| XYZ | 25.78 | 28.87 | 53.5 | - |
| YUV | 140.6 | 156.44 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 152 | 191 | 0.48 | 0.20 | 0 | 0.25 | 205.43 | 0.42 | 0.57 |
| Hex | 63 | 98 | BF | 30 | 14 | 0 | 19 | CD | 2A | 39 |
| Octal | 143 | 230 | 277 | 60 | 24 | 0 | 31 | 315 | 52 | 71 |
| Binary | 1100011 | 10011000 | 10111111 | 110000 | 10100 | 0 | 11001 | 11001101 | 101010 | 111001 |
Color Harmonies of #6398BF
Complementary color
Monochromatic Colors of #6398BF
Black with #6398BF
Text Example
Text Example
White with #6398BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6398BF; }
p { color: rgb(99,152,191); }
H1.HeaderClassName
{
color: #6398BF;
}
.AnyTagClassName
{
color: #6398BF;
}
</style>
background-color css
<style>
a { background-color: #6398BF; }
a { background-color: rgb(99,152,191); }
div.DivClassName
{
background-color: #6398BF;
}
.BgClassName
{
background-color: #6398BF;
}
</style>
border-color css
<style>
span { border-color: #6398BF; }
span { border-color: rgb(99,152,191); }
td.TdClassName
{
border-color: #6398BF;
}
.TagClassName
{
border-color: #6398BF;
}
</style>