Shades of Shakespeare #6D97B3
Tints of Shakespeare #6D97B3
RGB
CMYK
RGB Variations
Color information
#6D97B3 (or 0x6D97B3) is known color: Shakespeare. HEX triplet: 6D, 97 and B3. RGB value is (109,151,179). Sum of RGB (Red+Green+Blue) = 109+151+179=439 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.83% from 439); Green value is 151 (59.38% from 255 or 34.40% from 439); Blue value is 179 (70.31% from 255 or 40.77% from 439); Max value from RGB is 179 - color contains mainly: blue. Hex color #6D97B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D97B3 is #92684C. Grayscale: #8D8D8D. Windows color (decimal): -9594957 or 11769709. OLE color: 11769709.
HSL color Cylindrical-coordinate representation of color #6D97B3: hue angle of 204º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6D97B3 is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 109 | 151 | 179 | - |
| CMYK | 0.39 | 0.16 | 0 | 0.30 |
| HSL | 204º | 0.32% | 0.56% | - |
| HSV(B) | 204º | 0.39% | 0.7% | - |
| XYZ | 25.51 | 28.64 | 46.83 | - |
| YUV | 141.63 | 149.09 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 151 | 179 | 0.39 | 0.16 | 0 | 0.30 | 204 | 0.32 | 0.56 |
| Hex | 6D | 97 | B3 | 27 | 10 | 0 | 1E | CC | 20 | 38 |
| Octal | 155 | 227 | 263 | 47 | 20 | 0 | 36 | 314 | 40 | 70 |
| Binary | 1101101 | 10010111 | 10110011 | 100111 | 10000 | 0 | 11110 | 11001100 | 100000 | 111000 |
Color Harmonies of #6D97B3
Complementary color
Monochromatic Colors of #6D97B3
Black with #6D97B3
Text Example
Text Example
White with #6D97B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D97B3; }
p { color: rgb(109,151,179); }
H1.HeaderClassName
{
color: #6D97B3;
}
.AnyTagClassName
{
color: #6D97B3;
}
</style>
background-color css
<style>
a { background-color: #6D97B3; }
a { background-color: rgb(109,151,179); }
div.DivClassName
{
background-color: #6D97B3;
}
.BgClassName
{
background-color: #6D97B3;
}
</style>
border-color css
<style>
span { border-color: #6D97B3; }
span { border-color: rgb(109,151,179); }
td.TdClassName
{
border-color: #6D97B3;
}
.TagClassName
{
border-color: #6D97B3;
}
</style>