Shades of Shakespeare #6D93B3
Tints of Shakespeare #6D93B3
RGB
CMYK
RGB Variations
Color information
#6D93B3 (or 0x6D93B3) is known color: Shakespeare. HEX triplet: 6D, 93 and B3. RGB value is (109,147,179). Sum of RGB (Red+Green+Blue) = 109+147+179=435 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.06% from 435); Green value is 147 (57.81% from 255 or 33.79% from 435); Blue value is 179 (70.31% from 255 or 41.15% from 435); Max value from RGB is 179 - color contains mainly: blue. Hex color #6D93B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D93B3 is #926C4C. Grayscale: #8B8B8B. Windows color (decimal): -9595981 or 11768685. OLE color: 11768685.
HSL color Cylindrical-coordinate representation of color #6D93B3: hue angle of 207.43º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6D93B3 is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 109 | 147 | 179 | - |
| CMYK | 0.39 | 0.18 | 0 | 0.30 |
| HSL | 207.43º | 0.32% | 0.56% | - |
| HSV(B) | 207.43º | 0.39% | 0.7% | - |
| XYZ | 24.88 | 27.37 | 46.62 | - |
| YUV | 139.29 | 150.41 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 147 | 179 | 0.39 | 0.18 | 0 | 0.30 | 207.43 | 0.32 | 0.56 |
| Hex | 6D | 93 | B3 | 27 | 12 | 0 | 1E | CF | 20 | 38 |
| Octal | 155 | 223 | 263 | 47 | 22 | 0 | 36 | 317 | 40 | 70 |
| Binary | 1101101 | 10010011 | 10110011 | 100111 | 10010 | 0 | 11110 | 11001111 | 100000 | 111000 |
Color Harmonies of #6D93B3
Complementary color
Monochromatic Colors of #6D93B3
Black with #6D93B3
Text Example
Text Example
White with #6D93B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D93B3; }
p { color: rgb(109,147,179); }
H1.HeaderClassName
{
color: #6D93B3;
}
.AnyTagClassName
{
color: #6D93B3;
}
</style>
background-color css
<style>
a { background-color: #6D93B3; }
a { background-color: rgb(109,147,179); }
div.DivClassName
{
background-color: #6D93B3;
}
.BgClassName
{
background-color: #6D93B3;
}
</style>
border-color css
<style>
span { border-color: #6D93B3; }
span { border-color: rgb(109,147,179); }
td.TdClassName
{
border-color: #6D93B3;
}
.TagClassName
{
border-color: #6D93B3;
}
</style>