Shades of Shakespeare #6DA5BA
Tints of Shakespeare #6DA5BA
RGB
CMYK
RGB Variations
Color information
#6DA5BA (or 0x6DA5BA) is known color: Shakespeare. HEX triplet: 6D, A5 and BA. RGB value is (109,165,186). Sum of RGB (Red+Green+Blue) = 109+165+186=460 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.70% from 460); Green value is 165 (64.84% from 255 or 35.87% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 186 - color contains mainly: blue. Hex color #6DA5BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DA5BA is #925A45. Grayscale: #969696. Windows color (decimal): -9591366 or 12232045. OLE color: 12232045.
HSL color Cylindrical-coordinate representation of color #6DA5BA: hue angle of 196.36º degrees, saturation: 0.36, 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 #6DA5BA is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 165 | 186 | - |
| CMYK | 0.41 | 0.11 | 0 | 0.27 |
| HSL | 196.36º | 0.36% | 0.58% | - |
| HSV(B) | 196.36º | 0.41% | 0.73% | - |
| XYZ | 28.62 | 33.71 | 51.45 | - |
| YUV | 150.65 | 147.95 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 165 | 186 | 0.41 | 0.11 | 0 | 0.27 | 196.36 | 0.36 | 0.58 |
| Hex | 6D | A5 | BA | 29 | B | 0 | 1B | C4 | 24 | 3A |
| Octal | 155 | 245 | 272 | 51 | 13 | 0 | 33 | 304 | 44 | 72 |
| Binary | 1101101 | 10100101 | 10111010 | 101001 | 1011 | 0 | 11011 | 11000100 | 100100 | 111010 |
Color Harmonies of #6DA5BA
Complementary color
Monochromatic Colors of #6DA5BA
Black with #6DA5BA
Text Example
Text Example
White with #6DA5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA5BA; }
p { color: rgb(109,165,186); }
H1.HeaderClassName
{
color: #6DA5BA;
}
.AnyTagClassName
{
color: #6DA5BA;
}
</style>
background-color css
<style>
a { background-color: #6DA5BA; }
a { background-color: rgb(109,165,186); }
div.DivClassName
{
background-color: #6DA5BA;
}
.BgClassName
{
background-color: #6DA5BA;
}
</style>
border-color css
<style>
span { border-color: #6DA5BA; }
span { border-color: rgb(109,165,186); }
td.TdClassName
{
border-color: #6DA5BA;
}
.TagClassName
{
border-color: #6DA5BA;
}
</style>