Shades of Shakespeare #6D99BD
Tints of Shakespeare #6D99BD
RGB
CMYK
RGB Variations
Color information
#6D99BD (or 0x6D99BD) is known color: Shakespeare. HEX triplet: 6D, 99 and BD. RGB value is (109,153,189). Sum of RGB (Red+Green+Blue) = 109+153+189=451 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.17% from 451); Green value is 153 (60.16% from 255 or 33.92% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 189 - color contains mainly: blue. Hex color #6D99BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D99BD is #926642. Grayscale: #8F8F8F. Windows color (decimal): -9594435 or 12425581. OLE color: 12425581.
HSL color Cylindrical-coordinate representation of color #6D99BD: hue angle of 207º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6D99BD is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 153 | 189 | - |
| CMYK | 0.42 | 0.19 | 0 | 0.26 |
| HSL | 207º | 0.38% | 0.58% | - |
| HSV(B) | 207º | 0.42% | 0.74% | - |
| XYZ | 26.88 | 29.71 | 52.46 | - |
| YUV | 143.95 | 153.42 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 153 | 189 | 0.42 | 0.19 | 0 | 0.26 | 207 | 0.38 | 0.58 |
| Hex | 6D | 99 | BD | 2A | 13 | 0 | 1A | CF | 26 | 3A |
| Octal | 155 | 231 | 275 | 52 | 23 | 0 | 32 | 317 | 46 | 72 |
| Binary | 1101101 | 10011001 | 10111101 | 101010 | 10011 | 0 | 11010 | 11001111 | 100110 | 111010 |
Color Harmonies of #6D99BD
Complementary color
Monochromatic Colors of #6D99BD
Black with #6D99BD
Text Example
Text Example
White with #6D99BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D99BD; }
p { color: rgb(109,153,189); }
H1.HeaderClassName
{
color: #6D99BD;
}
.AnyTagClassName
{
color: #6D99BD;
}
</style>
background-color css
<style>
a { background-color: #6D99BD; }
a { background-color: rgb(109,153,189); }
div.DivClassName
{
background-color: #6D99BD;
}
.BgClassName
{
background-color: #6D99BD;
}
</style>
border-color css
<style>
span { border-color: #6D99BD; }
span { border-color: rgb(109,153,189); }
td.TdClassName
{
border-color: #6D99BD;
}
.TagClassName
{
border-color: #6D99BD;
}
</style>