Shades of Shakespeare #6DA0BE
Tints of Shakespeare #6DA0BE
RGB
CMYK
RGB Variations
Color information
#6DA0BE (or 0x6DA0BE) is known color: Shakespeare. HEX triplet: 6D, A0 and BE. RGB value is (109,160,190). Sum of RGB (Red+Green+Blue) = 109+160+190=459 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.75% from 459); Green value is 160 (62.89% from 255 or 34.86% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #6DA0BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DA0BE is #925F41. Grayscale: #949494. Windows color (decimal): -9592642 or 12492909. OLE color: 12492909.
HSL color Cylindrical-coordinate representation of color #6DA0BE: hue angle of 202.22º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6DA0BE is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 109 | 160 | 190 | - |
| CMYK | 0.43 | 0.16 | 0 | 0.25 |
| HSL | 202.22º | 0.38% | 0.59% | - |
| HSV(B) | 202.22º | 0.43% | 0.75% | - |
| XYZ | 28.17 | 32.11 | 53.43 | - |
| YUV | 148.17 | 151.6 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 160 | 190 | 0.43 | 0.16 | 0 | 0.25 | 202.22 | 0.38 | 0.59 |
| Hex | 6D | A0 | BE | 2B | 10 | 0 | 19 | CA | 26 | 3B |
| Octal | 155 | 240 | 276 | 53 | 20 | 0 | 31 | 312 | 46 | 73 |
| Binary | 1101101 | 10100000 | 10111110 | 101011 | 10000 | 0 | 11001 | 11001010 | 100110 | 111011 |
Color Harmonies of #6DA0BE
Complementary color
Monochromatic Colors of #6DA0BE
Black with #6DA0BE
Text Example
Text Example
White with #6DA0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA0BE; }
p { color: rgb(109,160,190); }
H1.HeaderClassName
{
color: #6DA0BE;
}
.AnyTagClassName
{
color: #6DA0BE;
}
</style>
background-color css
<style>
a { background-color: #6DA0BE; }
a { background-color: rgb(109,160,190); }
div.DivClassName
{
background-color: #6DA0BE;
}
.BgClassName
{
background-color: #6DA0BE;
}
</style>
border-color css
<style>
span { border-color: #6DA0BE; }
span { border-color: rgb(109,160,190); }
td.TdClassName
{
border-color: #6DA0BE;
}
.TagClassName
{
border-color: #6DA0BE;
}
</style>