Shades of Shakespeare #6DA4BC
Tints of Shakespeare #6DA4BC
RGB
CMYK
RGB Variations
Color information
#6DA4BC (or 0x6DA4BC) is known color: Shakespeare. HEX triplet: 6D, A4 and BC. RGB value is (109,164,188). Sum of RGB (Red+Green+Blue) = 109+164+188=461 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.64% from 461); Green value is 164 (64.45% from 255 or 35.57% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 188 - color contains mainly: blue. Hex color #6DA4BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DA4BC is #925B43. Grayscale: #969696. Windows color (decimal): -9591620 or 12362861. OLE color: 12362861.
HSL color Cylindrical-coordinate representation of color #6DA4BC: hue angle of 198.23º degrees, saturation: 0.37, 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 #6DA4BC is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 164 | 188 | - |
| CMYK | 0.42 | 0.13 | 0 | 0.26 |
| HSL | 198.23º | 0.37% | 0.58% | - |
| HSV(B) | 198.23º | 0.42% | 0.74% | - |
| XYZ | 28.66 | 33.43 | 52.52 | - |
| YUV | 150.29 | 149.28 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 164 | 188 | 0.42 | 0.13 | 0 | 0.26 | 198.23 | 0.37 | 0.58 |
| Hex | 6D | A4 | BC | 2A | D | 0 | 1A | C6 | 25 | 3A |
| Octal | 155 | 244 | 274 | 52 | 15 | 0 | 32 | 306 | 45 | 72 |
| Binary | 1101101 | 10100100 | 10111100 | 101010 | 1101 | 0 | 11010 | 11000110 | 100101 | 111010 |
Color Harmonies of #6DA4BC
Complementary color
Monochromatic Colors of #6DA4BC
Black with #6DA4BC
Text Example
Text Example
White with #6DA4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA4BC; }
p { color: rgb(109,164,188); }
H1.HeaderClassName
{
color: #6DA4BC;
}
.AnyTagClassName
{
color: #6DA4BC;
}
</style>
background-color css
<style>
a { background-color: #6DA4BC; }
a { background-color: rgb(109,164,188); }
div.DivClassName
{
background-color: #6DA4BC;
}
.BgClassName
{
background-color: #6DA4BC;
}
</style>
border-color css
<style>
span { border-color: #6DA4BC; }
span { border-color: rgb(109,164,188); }
td.TdClassName
{
border-color: #6DA4BC;
}
.TagClassName
{
border-color: #6DA4BC;
}
</style>