Shades of Shakespeare #6395B5
Tints of Shakespeare #6395B5
RGB
CMYK
RGB Variations
Color information
#6395B5 (or 0x6395B5) is known color: Shakespeare. HEX triplet: 63, 95 and B5. RGB value is (99,149,181). Sum of RGB (Red+Green+Blue) = 99+149+181=429 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.08% from 429); Green value is 149 (58.59% from 255 or 34.73% from 429); Blue value is 181 (71.09% from 255 or 42.19% from 429); Max value from RGB is 181 - color contains mainly: blue. Hex color #6395B5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6395B5 is #9C6A4A. Grayscale: #898989. Windows color (decimal): -10250827 or 11900259. OLE color: 11900259.
HSL color Cylindrical-coordinate representation of color #6395B5: hue angle of 203.41º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6395B5 is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 99 | 149 | 181 | - |
| CMYK | 0.45 | 0.18 | 0 | 0.29 |
| HSL | 203.41º | 0.36% | 0.55% | - |
| HSV(B) | 203.41º | 0.45% | 0.71% | - |
| XYZ | 24.23 | 27.48 | 47.74 | - |
| YUV | 137.7 | 152.44 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 149 | 181 | 0.45 | 0.18 | 0 | 0.29 | 203.41 | 0.36 | 0.55 |
| Hex | 63 | 95 | B5 | 2D | 12 | 0 | 1D | CB | 24 | 37 |
| Octal | 143 | 225 | 265 | 55 | 22 | 0 | 35 | 313 | 44 | 67 |
| Binary | 1100011 | 10010101 | 10110101 | 101101 | 10010 | 0 | 11101 | 11001011 | 100100 | 110111 |
Color Harmonies of #6395B5
Complementary color
Monochromatic Colors of #6395B5
Black with #6395B5
Text Example
Text Example
White with #6395B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6395B5; }
p { color: rgb(99,149,181); }
H1.HeaderClassName
{
color: #6395B5;
}
.AnyTagClassName
{
color: #6395B5;
}
</style>
background-color css
<style>
a { background-color: #6395B5; }
a { background-color: rgb(99,149,181); }
div.DivClassName
{
background-color: #6395B5;
}
.BgClassName
{
background-color: #6395B5;
}
</style>
border-color css
<style>
span { border-color: #6395B5; }
span { border-color: rgb(99,149,181); }
td.TdClassName
{
border-color: #6395B5;
}
.TagClassName
{
border-color: #6395B5;
}
</style>