Shades of Shakespeare #6DA3BD
Tints of Shakespeare #6DA3BD
RGB
CMYK
RGB Variations
Color information
#6DA3BD (or 0x6DA3BD) is known color: Shakespeare. HEX triplet: 6D, A3 and BD. RGB value is (109,163,189). Sum of RGB (Red+Green+Blue) = 109+163+189=461 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.64% from 461); Green value is 163 (64.06% from 255 or 35.36% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 189 - color contains mainly: blue. Hex color #6DA3BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DA3BD is #925C42. Grayscale: #959595. Windows color (decimal): -9591875 or 12428141. OLE color: 12428141.
HSL color Cylindrical-coordinate representation of color #6DA3BD: hue angle of 199.5º 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 #6DA3BD is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 163 | 189 | - |
| CMYK | 0.42 | 0.14 | 0 | 0.26 |
| HSL | 199.5º | 0.38% | 0.58% | - |
| HSV(B) | 199.5º | 0.42% | 0.74% | - |
| XYZ | 28.59 | 33.12 | 53.03 | - |
| YUV | 149.82 | 150.11 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 163 | 189 | 0.42 | 0.14 | 0 | 0.26 | 199.5 | 0.38 | 0.58 |
| Hex | 6D | A3 | BD | 2A | E | 0 | 1A | C8 | 26 | 3A |
| Octal | 155 | 243 | 275 | 52 | 16 | 0 | 32 | 310 | 46 | 72 |
| Binary | 1101101 | 10100011 | 10111101 | 101010 | 1110 | 0 | 11010 | 11001000 | 100110 | 111010 |
Color Harmonies of #6DA3BD
Complementary color
Monochromatic Colors of #6DA3BD
Black with #6DA3BD
Text Example
Text Example
White with #6DA3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA3BD; }
p { color: rgb(109,163,189); }
H1.HeaderClassName
{
color: #6DA3BD;
}
.AnyTagClassName
{
color: #6DA3BD;
}
</style>
background-color css
<style>
a { background-color: #6DA3BD; }
a { background-color: rgb(109,163,189); }
div.DivClassName
{
background-color: #6DA3BD;
}
.BgClassName
{
background-color: #6DA3BD;
}
</style>
border-color css
<style>
span { border-color: #6DA3BD; }
span { border-color: rgb(109,163,189); }
td.TdClassName
{
border-color: #6DA3BD;
}
.TagClassName
{
border-color: #6DA3BD;
}
</style>