Shades of Shakespeare #6099C1
Tints of Shakespeare #6099C1
RGB
CMYK
RGB Variations
Color information
#6099C1 (or 0x6099C1) is known color: Shakespeare. HEX triplet: 60, 99 and C1. RGB value is (96,153,193). Sum of RGB (Red+Green+Blue) = 96+153+193=442 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.72% from 442); Green value is 153 (60.16% from 255 or 34.62% from 442); Blue value is 193 (75.78% from 255 or 43.67% from 442); Max value from RGB is 193 - color contains mainly: blue. Hex color #6099C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6099C1 is #9F663E. Grayscale: #8C8C8C. Windows color (decimal): -10446399 or 12687712. OLE color: 12687712.
HSL color Cylindrical-coordinate representation of color #6099C1: hue angle of 204.74º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6099C1 is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 153 | 193 | - |
| CMYK | 0.50 | 0.21 | 0 | 0.24 |
| HSL | 204.74º | 0.44% | 0.57% | - |
| HSV(B) | 204.74º | 0.5% | 0.76% | - |
| XYZ | 25.84 | 29.12 | 54.71 | - |
| YUV | 140.52 | 157.62 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 153 | 193 | 0.50 | 0.21 | 0 | 0.24 | 204.74 | 0.44 | 0.57 |
| Hex | 60 | 99 | C1 | 32 | 15 | 0 | 18 | CD | 2C | 39 |
| Octal | 140 | 231 | 301 | 62 | 25 | 0 | 30 | 315 | 54 | 71 |
| Binary | 1100000 | 10011001 | 11000001 | 110010 | 10101 | 0 | 11000 | 11001101 | 101100 | 111001 |
Color Harmonies of #6099C1
Complementary color
Monochromatic Colors of #6099C1
Black with #6099C1
Text Example
Text Example
White with #6099C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6099C1; }
p { color: rgb(96,153,193); }
H1.HeaderClassName
{
color: #6099C1;
}
.AnyTagClassName
{
color: #6099C1;
}
</style>
background-color css
<style>
a { background-color: #6099C1; }
a { background-color: rgb(96,153,193); }
div.DivClassName
{
background-color: #6099C1;
}
.BgClassName
{
background-color: #6099C1;
}
</style>
border-color css
<style>
span { border-color: #6099C1; }
span { border-color: rgb(96,153,193); }
td.TdClassName
{
border-color: #6099C1;
}
.TagClassName
{
border-color: #6099C1;
}
</style>