Shades of Shakespeare #6F9DB4
Tints of Shakespeare #6F9DB4
RGB
CMYK
RGB Variations
Color information
#6F9DB4 (or 0x6F9DB4) is known color: Shakespeare. HEX triplet: 6F, 9D and B4. RGB value is (111,157,180). Sum of RGB (Red+Green+Blue) = 111+157+180=448 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.78% from 448); Green value is 157 (61.72% from 255 or 35.04% from 448); Blue value is 180 (70.70% from 255 or 40.18% from 448); Max value from RGB is 180 - color contains mainly: blue. Hex color #6F9DB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F9DB4 is #90624B. Grayscale: #919191. Windows color (decimal): -9462348 or 11836783. OLE color: 11836783.
HSL color Cylindrical-coordinate representation of color #6F9DB4: hue angle of 200º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6F9DB4 is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 111 | 157 | 180 | - |
| CMYK | 0.38 | 0.13 | 0 | 0.29 |
| HSL | 200º | 0.32% | 0.57% | - |
| HSV(B) | 200º | 0.38% | 0.71% | - |
| XYZ | 26.85 | 30.79 | 47.71 | - |
| YUV | 145.87 | 147.26 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 157 | 180 | 0.38 | 0.13 | 0 | 0.29 | 200 | 0.32 | 0.57 |
| Hex | 6F | 9D | B4 | 26 | D | 0 | 1D | C8 | 20 | 39 |
| Octal | 157 | 235 | 264 | 46 | 15 | 0 | 35 | 310 | 40 | 71 |
| Binary | 1101111 | 10011101 | 10110100 | 100110 | 1101 | 0 | 11101 | 11001000 | 100000 | 111001 |
Color Harmonies of #6F9DB4
Complementary color
Monochromatic Colors of #6F9DB4
Black with #6F9DB4
Text Example
Text Example
White with #6F9DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9DB4; }
p { color: rgb(111,157,180); }
H1.HeaderClassName
{
color: #6F9DB4;
}
.AnyTagClassName
{
color: #6F9DB4;
}
</style>
background-color css
<style>
a { background-color: #6F9DB4; }
a { background-color: rgb(111,157,180); }
div.DivClassName
{
background-color: #6F9DB4;
}
.BgClassName
{
background-color: #6F9DB4;
}
</style>
border-color css
<style>
span { border-color: #6F9DB4; }
span { border-color: rgb(111,157,180); }
td.TdClassName
{
border-color: #6F9DB4;
}
.TagClassName
{
border-color: #6F9DB4;
}
</style>