Shades of Shakespeare #6498B6
Tints of Shakespeare #6498B6
RGB
CMYK
RGB Variations
Color information
#6498B6 (or 0x6498B6) is known color: Shakespeare. HEX triplet: 64, 98 and B6. RGB value is (100,152,182). Sum of RGB (Red+Green+Blue) = 100+152+182=434 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.04% from 434); Green value is 152 (59.77% from 255 or 35.02% from 434); Blue value is 182 (71.48% from 255 or 41.94% from 434); Max value from RGB is 182 - color contains mainly: blue. Hex color #6498B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6498B6 is #9B6749. Grayscale: #8B8B8B. Windows color (decimal): -10184522 or 11966564. OLE color: 11966564.
HSL color Cylindrical-coordinate representation of color #6498B6: hue angle of 201.95º 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 #6498B6 is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 100 | 152 | 182 | - |
| CMYK | 0.45 | 0.16 | 0 | 0.29 |
| HSL | 201.95º | 0.36% | 0.55% | - |
| HSV(B) | 201.95º | 0.45% | 0.71% | - |
| XYZ | 24.93 | 28.54 | 48.45 | - |
| YUV | 139.87 | 151.77 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 152 | 182 | 0.45 | 0.16 | 0 | 0.29 | 201.95 | 0.36 | 0.55 |
| Hex | 64 | 98 | B6 | 2D | 10 | 0 | 1D | CA | 24 | 37 |
| Octal | 144 | 230 | 266 | 55 | 20 | 0 | 35 | 312 | 44 | 67 |
| Binary | 1100100 | 10011000 | 10110110 | 101101 | 10000 | 0 | 11101 | 11001010 | 100100 | 110111 |
Color Harmonies of #6498B6
Complementary color
Monochromatic Colors of #6498B6
Black with #6498B6
Text Example
Text Example
White with #6498B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6498B6; }
p { color: rgb(100,152,182); }
H1.HeaderClassName
{
color: #6498B6;
}
.AnyTagClassName
{
color: #6498B6;
}
</style>
background-color css
<style>
a { background-color: #6498B6; }
a { background-color: rgb(100,152,182); }
div.DivClassName
{
background-color: #6498B6;
}
.BgClassName
{
background-color: #6498B6;
}
</style>
border-color css
<style>
span { border-color: #6498B6; }
span { border-color: rgb(100,152,182); }
td.TdClassName
{
border-color: #6498B6;
}
.TagClassName
{
border-color: #6498B6;
}
</style>