Shades of Shakespeare #6A9BBE
Tints of Shakespeare #6A9BBE
RGB
CMYK
RGB Variations
Color information
#6A9BBE (or 0x6A9BBE) is known color: Shakespeare. HEX triplet: 6A, 9B and BE. RGB value is (106,155,190). Sum of RGB (Red+Green+Blue) = 106+155+190=451 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.50% from 451); Green value is 155 (60.94% from 255 or 34.37% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 190 - color contains mainly: blue. Hex color #6A9BBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A9BBE is #956441. Grayscale: #909090. Windows color (decimal): -9790530 or 12491626. OLE color: 12491626.
HSL color Cylindrical-coordinate representation of color #6A9BBE: hue angle of 205º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6A9BBE is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 106 | 155 | 190 | - |
| CMYK | 0.44 | 0.18 | 0 | 0.25 |
| HSL | 205º | 0.39% | 0.58% | - |
| HSV(B) | 205º | 0.44% | 0.75% | - |
| XYZ | 26.96 | 30.22 | 53.13 | - |
| YUV | 144.34 | 153.77 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 155 | 190 | 0.44 | 0.18 | 0 | 0.25 | 205 | 0.39 | 0.58 |
| Hex | 6A | 9B | BE | 2C | 12 | 0 | 19 | CD | 27 | 3A |
| Octal | 152 | 233 | 276 | 54 | 22 | 0 | 31 | 315 | 47 | 72 |
| Binary | 1101010 | 10011011 | 10111110 | 101100 | 10010 | 0 | 11001 | 11001101 | 100111 | 111010 |
Color Harmonies of #6A9BBE
Complementary color
Monochromatic Colors of #6A9BBE
Black with #6A9BBE
Text Example
Text Example
White with #6A9BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9BBE; }
p { color: rgb(106,155,190); }
H1.HeaderClassName
{
color: #6A9BBE;
}
.AnyTagClassName
{
color: #6A9BBE;
}
</style>
background-color css
<style>
a { background-color: #6A9BBE; }
a { background-color: rgb(106,155,190); }
div.DivClassName
{
background-color: #6A9BBE;
}
.BgClassName
{
background-color: #6A9BBE;
}
</style>
border-color css
<style>
span { border-color: #6A9BBE; }
span { border-color: rgb(106,155,190); }
td.TdClassName
{
border-color: #6A9BBE;
}
.TagClassName
{
border-color: #6A9BBE;
}
</style>