Shades of Shakespeare #6D9FBC
Tints of Shakespeare #6D9FBC
RGB
CMYK
RGB Variations
Color information
#6D9FBC (or 0x6D9FBC) is known color: Shakespeare. HEX triplet: 6D, 9F and BC. RGB value is (109,159,188). Sum of RGB (Red+Green+Blue) = 109+159+188=456 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.90% from 456); Green value is 159 (62.5% from 255 or 34.87% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 188 - color contains mainly: blue. Hex color #6D9FBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9FBC is #926043. Grayscale: #939393. Windows color (decimal): -9592900 or 12361581. OLE color: 12361581.
HSL color Cylindrical-coordinate representation of color #6D9FBC: hue angle of 202.03º 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 #6D9FBC is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 109 | 159 | 188 | - |
CMYK | 0.42 | 0.15 | 0 | 0.26 |
HSL | 202.03º | 0.37% | 0.58% | - |
HSV(B) | 202.03º | 0.42% | 0.74% | - |
XYZ | 27.78 | 31.68 | 52.23 | - |
YUV | 147.36 | 150.94 | 100.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 109 | 159 | 188 | 0.42 | 0.15 | 0 | 0.26 | 202.03 | 0.37 | 0.58 |
Hex | 6D | 9F | BC | 2A | F | 0 | 1A | CA | 25 | 3A |
Octal | 155 | 237 | 274 | 52 | 17 | 0 | 32 | 312 | 45 | 72 |
Binary | 1101101 | 10011111 | 10111100 | 101010 | 1111 | 0 | 11010 | 11001010 | 100101 | 111010 |
Color Harmonies of #6D9FBC
Complementary color
Monochromatic Colors of #6D9FBC
Black with #6D9FBC
Text Example
Text Example
White with #6D9FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9FBC; }
p { color: rgb(109,159,188); }
H1.HeaderClassName
{
color: #6D9FBC;
}
.AnyTagClassName
{
color: #6D9FBC;
}
</style>
background-color css
<style>
a { background-color: #6D9FBC; }
a { background-color: rgb(109,159,188); }
div.DivClassName
{
background-color: #6D9FBC;
}
.BgClassName
{
background-color: #6D9FBC;
}
</style>
border-color css
<style>
span { border-color: #6D9FBC; }
span { border-color: rgb(109,159,188); }
td.TdClassName
{
border-color: #6D9FBC;
}
.TagClassName
{
border-color: #6D9FBC;
}
</style>