Shades of Shakespeare #6299BC
Tints of Shakespeare #6299BC
RGB
CMYK
RGB Variations
Color information
#6299BC (or 0x6299BC) is known color: Shakespeare. HEX triplet: 62, 99 and BC. RGB value is (98,153,188). Sum of RGB (Red+Green+Blue) = 98+153+188=439 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.32% from 439); Green value is 153 (60.16% from 255 or 34.85% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 188 - color contains mainly: blue. Hex color #6299BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6299BC is #9D6643. Grayscale: #8C8C8C. Windows color (decimal): -10315332 or 12360034. OLE color: 12360034.
HSL color Cylindrical-coordinate representation of color #6299BC: hue angle of 203.33º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6299BC is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 153 | 188 | - |
| CMYK | 0.48 | 0.19 | 0 | 0.26 |
| HSL | 203.33º | 0.4% | 0.56% | - |
| HSV(B) | 203.33º | 0.48% | 0.74% | - |
| XYZ | 25.51 | 29.01 | 51.83 | - |
| YUV | 140.55 | 154.78 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 153 | 188 | 0.48 | 0.19 | 0 | 0.26 | 203.33 | 0.4 | 0.56 |
| Hex | 62 | 99 | BC | 30 | 13 | 0 | 1A | CB | 28 | 38 |
| Octal | 142 | 231 | 274 | 60 | 23 | 0 | 32 | 313 | 50 | 70 |
| Binary | 1100010 | 10011001 | 10111100 | 110000 | 10011 | 0 | 11010 | 11001011 | 101000 | 111000 |
Color Harmonies of #6299BC
Complementary color
Monochromatic Colors of #6299BC
Black with #6299BC
Text Example
Text Example
White with #6299BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6299BC; }
p { color: rgb(98,153,188); }
H1.HeaderClassName
{
color: #6299BC;
}
.AnyTagClassName
{
color: #6299BC;
}
</style>
background-color css
<style>
a { background-color: #6299BC; }
a { background-color: rgb(98,153,188); }
div.DivClassName
{
background-color: #6299BC;
}
.BgClassName
{
background-color: #6299BC;
}
</style>
border-color css
<style>
span { border-color: #6299BC; }
span { border-color: rgb(98,153,188); }
td.TdClassName
{
border-color: #6299BC;
}
.TagClassName
{
border-color: #6299BC;
}
</style>