Shades of Shakespeare #6DA4B9
Tints of Shakespeare #6DA4B9
RGB
CMYK
RGB Variations
Color information
#6DA4B9 (or 0x6DA4B9) is known color: Shakespeare. HEX triplet: 6D, A4 and B9. RGB value is (109,164,185). Sum of RGB (Red+Green+Blue) = 109+164+185=458 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.80% from 458); Green value is 164 (64.45% from 255 or 35.81% from 458); Blue value is 185 (72.66% from 255 or 40.39% from 458); Max value from RGB is 185 - color contains mainly: blue. Hex color #6DA4B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DA4B9 is #925B46. Grayscale: #959595. Windows color (decimal): -9591623 or 12166253. OLE color: 12166253.
HSL color Cylindrical-coordinate representation of color #6DA4B9: hue angle of 196.58º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6DA4B9 is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 164 | 185 | - |
| CMYK | 0.41 | 0.11 | 0 | 0.27 |
| HSL | 196.58º | 0.35% | 0.58% | - |
| HSV(B) | 196.58º | 0.41% | 0.73% | - |
| XYZ | 28.34 | 33.3 | 50.83 | - |
| YUV | 149.95 | 147.78 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 164 | 185 | 0.41 | 0.11 | 0 | 0.27 | 196.58 | 0.35 | 0.58 |
| Hex | 6D | A4 | B9 | 29 | B | 0 | 1B | C5 | 23 | 3A |
| Octal | 155 | 244 | 271 | 51 | 13 | 0 | 33 | 305 | 43 | 72 |
| Binary | 1101101 | 10100100 | 10111001 | 101001 | 1011 | 0 | 11011 | 11000101 | 100011 | 111010 |
Color Harmonies of #6DA4B9
Complementary color
Monochromatic Colors of #6DA4B9
Black with #6DA4B9
Text Example
Text Example
White with #6DA4B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA4B9; }
p { color: rgb(109,164,185); }
H1.HeaderClassName
{
color: #6DA4B9;
}
.AnyTagClassName
{
color: #6DA4B9;
}
</style>
background-color css
<style>
a { background-color: #6DA4B9; }
a { background-color: rgb(109,164,185); }
div.DivClassName
{
background-color: #6DA4B9;
}
.BgClassName
{
background-color: #6DA4B9;
}
</style>
border-color css
<style>
span { border-color: #6DA4B9; }
span { border-color: rgb(109,164,185); }
td.TdClassName
{
border-color: #6DA4B9;
}
.TagClassName
{
border-color: #6DA4B9;
}
</style>