Shades of Shakespeare #6F9DC0
Tints of Shakespeare #6F9DC0
RGB
CMYK
RGB Variations
Color information
#6F9DC0 (or 0x6F9DC0) is known color: Shakespeare. HEX triplet: 6F, 9D and C0. RGB value is (111,157,192). Sum of RGB (Red+Green+Blue) = 111+157+192=460 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.13% from 460); Green value is 157 (61.72% from 255 or 34.13% from 460); Blue value is 192 (75.39% from 255 or 41.74% from 460); Max value from RGB is 192 - color contains mainly: blue. Hex color #6F9DC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F9DC0 is #90623F. Grayscale: #939393. Windows color (decimal): -9462336 or 12623215. OLE color: 12623215.
HSL color Cylindrical-coordinate representation of color #6F9DC0: hue angle of 205.93º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6F9DC0 is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 157 | 192 | - |
| CMYK | 0.42 | 0.18 | 0 | 0.25 |
| HSL | 205.93º | 0.39% | 0.59% | - |
| HSV(B) | 205.93º | 0.42% | 0.75% | - |
| XYZ | 28.13 | 31.3 | 54.43 | - |
| YUV | 147.24 | 153.26 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 157 | 192 | 0.42 | 0.18 | 0 | 0.25 | 205.93 | 0.39 | 0.59 |
| Hex | 6F | 9D | C0 | 2A | 12 | 0 | 19 | CE | 27 | 3B |
| Octal | 157 | 235 | 300 | 52 | 22 | 0 | 31 | 316 | 47 | 73 |
| Binary | 1101111 | 10011101 | 11000000 | 101010 | 10010 | 0 | 11001 | 11001110 | 100111 | 111011 |
Color Harmonies of #6F9DC0
Complementary color
Monochromatic Colors of #6F9DC0
Black with #6F9DC0
Text Example
Text Example
White with #6F9DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9DC0; }
p { color: rgb(111,157,192); }
H1.HeaderClassName
{
color: #6F9DC0;
}
.AnyTagClassName
{
color: #6F9DC0;
}
</style>
background-color css
<style>
a { background-color: #6F9DC0; }
a { background-color: rgb(111,157,192); }
div.DivClassName
{
background-color: #6F9DC0;
}
.BgClassName
{
background-color: #6F9DC0;
}
</style>
border-color css
<style>
span { border-color: #6F9DC0; }
span { border-color: rgb(111,157,192); }
td.TdClassName
{
border-color: #6F9DC0;
}
.TagClassName
{
border-color: #6F9DC0;
}
</style>