Shades of Shakespeare #6497B3
Tints of Shakespeare #6497B3
RGB
CMYK
RGB Variations
Color information
#6497B3 (or 0x6497B3) is known color: Shakespeare. HEX triplet: 64, 97 and B3. RGB value is (100,151,179). Sum of RGB (Red+Green+Blue) = 100+151+179=430 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.26% from 430); Green value is 151 (59.38% from 255 or 35.12% from 430); Blue value is 179 (70.31% from 255 or 41.63% from 430); Max value from RGB is 179 - color contains mainly: blue. Hex color #6497B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6497B3 is #9B684C. Grayscale: #8A8A8A. Windows color (decimal): -10184781 or 11769700. OLE color: 11769700.
HSL color Cylindrical-coordinate representation of color #6497B3: hue angle of 201.27º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6497B3 is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 100 | 151 | 179 | - |
| CMYK | 0.44 | 0.16 | 0 | 0.30 |
| HSL | 201.27º | 0.34% | 0.55% | - |
| HSV(B) | 201.27º | 0.44% | 0.7% | - |
| XYZ | 24.46 | 28.1 | 46.78 | - |
| YUV | 138.94 | 150.6 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 151 | 179 | 0.44 | 0.16 | 0 | 0.30 | 201.27 | 0.34 | 0.55 |
| Hex | 64 | 97 | B3 | 2C | 10 | 0 | 1E | C9 | 22 | 37 |
| Octal | 144 | 227 | 263 | 54 | 20 | 0 | 36 | 311 | 42 | 67 |
| Binary | 1100100 | 10010111 | 10110011 | 101100 | 10000 | 0 | 11110 | 11001001 | 100010 | 110111 |
Color Harmonies of #6497B3
Complementary color
Monochromatic Colors of #6497B3
Black with #6497B3
Text Example
Text Example
White with #6497B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6497B3; }
p { color: rgb(100,151,179); }
H1.HeaderClassName
{
color: #6497B3;
}
.AnyTagClassName
{
color: #6497B3;
}
</style>
background-color css
<style>
a { background-color: #6497B3; }
a { background-color: rgb(100,151,179); }
div.DivClassName
{
background-color: #6497B3;
}
.BgClassName
{
background-color: #6497B3;
}
</style>
border-color css
<style>
span { border-color: #6497B3; }
span { border-color: rgb(100,151,179); }
td.TdClassName
{
border-color: #6497B3;
}
.TagClassName
{
border-color: #6497B3;
}
</style>