Shades of Shakespeare #6099BF
Tints of Shakespeare #6099BF
RGB
CMYK
RGB Variations
Color information
#6099BF (or 0x6099BF) is known color: Shakespeare. HEX triplet: 60, 99 and BF. RGB value is (96,153,191). Sum of RGB (Red+Green+Blue) = 96+153+191=440 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.82% from 440); Green value is 153 (60.16% from 255 or 34.77% from 440); Blue value is 191 (75% from 255 or 43.41% from 440); Max value from RGB is 191 - color contains mainly: blue. Hex color #6099BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6099BF is #9F6640. Grayscale: #8C8C8C. Windows color (decimal): -10446401 or 12556640. OLE color: 12556640.
HSL color Cylindrical-coordinate representation of color #6099BF: hue angle of 204º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6099BF is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 153 | 191 | - |
| CMYK | 0.50 | 0.20 | 0 | 0.25 |
| HSL | 204º | 0.43% | 0.56% | - |
| HSV(B) | 204º | 0.5% | 0.75% | - |
| XYZ | 25.62 | 29.03 | 53.54 | - |
| YUV | 140.29 | 156.62 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 153 | 191 | 0.50 | 0.20 | 0 | 0.25 | 204 | 0.43 | 0.56 |
| Hex | 60 | 99 | BF | 32 | 14 | 0 | 19 | CC | 2B | 38 |
| Octal | 140 | 231 | 277 | 62 | 24 | 0 | 31 | 314 | 53 | 70 |
| Binary | 1100000 | 10011001 | 10111111 | 110010 | 10100 | 0 | 11001 | 11001100 | 101011 | 111000 |
Color Harmonies of #6099BF
Complementary color
Monochromatic Colors of #6099BF
Black with #6099BF
Text Example
Text Example
White with #6099BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6099BF; }
p { color: rgb(96,153,191); }
H1.HeaderClassName
{
color: #6099BF;
}
.AnyTagClassName
{
color: #6099BF;
}
</style>
background-color css
<style>
a { background-color: #6099BF; }
a { background-color: rgb(96,153,191); }
div.DivClassName
{
background-color: #6099BF;
}
.BgClassName
{
background-color: #6099BF;
}
</style>
border-color css
<style>
span { border-color: #6099BF; }
span { border-color: rgb(96,153,191); }
td.TdClassName
{
border-color: #6099BF;
}
.TagClassName
{
border-color: #6099BF;
}
</style>