Shades of Shakespeare #6A9DBF
Tints of Shakespeare #6A9DBF
RGB
CMYK
RGB Variations
Color information
#6A9DBF (or 0x6A9DBF) is known color: Shakespeare. HEX triplet: 6A, 9D and BF. RGB value is (106,157,191). Sum of RGB (Red+Green+Blue) = 106+157+191=454 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.35% from 454); Green value is 157 (61.72% from 255 or 34.58% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 191 - color contains mainly: blue. Hex color #6A9DBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A9DBF is #956240. Grayscale: #919191. Windows color (decimal): -9790017 or 12557674. OLE color: 12557674.
HSL color Cylindrical-coordinate representation of color #6A9DBF: hue angle of 204º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6A9DBF is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 106 | 157 | 191 | - |
| CMYK | 0.45 | 0.18 | 0 | 0.25 |
| HSL | 204º | 0.4% | 0.58% | - |
| HSV(B) | 204º | 0.45% | 0.75% | - |
| XYZ | 27.4 | 30.94 | 53.82 | - |
| YUV | 145.63 | 153.6 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 157 | 191 | 0.45 | 0.18 | 0 | 0.25 | 204 | 0.4 | 0.58 |
| Hex | 6A | 9D | BF | 2D | 12 | 0 | 19 | CC | 28 | 3A |
| Octal | 152 | 235 | 277 | 55 | 22 | 0 | 31 | 314 | 50 | 72 |
| Binary | 1101010 | 10011101 | 10111111 | 101101 | 10010 | 0 | 11001 | 11001100 | 101000 | 111010 |
Color Harmonies of #6A9DBF
Complementary color
Monochromatic Colors of #6A9DBF
Black with #6A9DBF
Text Example
Text Example
White with #6A9DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9DBF; }
p { color: rgb(106,157,191); }
H1.HeaderClassName
{
color: #6A9DBF;
}
.AnyTagClassName
{
color: #6A9DBF;
}
</style>
background-color css
<style>
a { background-color: #6A9DBF; }
a { background-color: rgb(106,157,191); }
div.DivClassName
{
background-color: #6A9DBF;
}
.BgClassName
{
background-color: #6A9DBF;
}
</style>
border-color css
<style>
span { border-color: #6A9DBF; }
span { border-color: rgb(106,157,191); }
td.TdClassName
{
border-color: #6A9DBF;
}
.TagClassName
{
border-color: #6A9DBF;
}
</style>