Shades of Shakespeare #6A9DAE
Tints of Shakespeare #6A9DAE
RGB
CMYK
RGB Variations
Color information
#6A9DAE (or 0x6A9DAE) is known color: Shakespeare. HEX triplet: 6A, 9D and AE. RGB value is (106,157,174). Sum of RGB (Red+Green+Blue) = 106+157+174=437 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.26% from 437); Green value is 157 (61.72% from 255 or 35.93% from 437); Blue value is 174 (68.36% from 255 or 39.82% from 437); Max value from RGB is 174 - color contains mainly: blue. Hex color #6A9DAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A9DAE is #956251. Grayscale: #8F8F8F. Windows color (decimal): -9790034 or 11443562. OLE color: 11443562.
HSL color Cylindrical-coordinate representation of color #6A9DAE: hue angle of 195º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6A9DAE is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 106 | 157 | 174 | - |
| CMYK | 0.39 | 0.10 | 0 | 0.32 |
| HSL | 195º | 0.3% | 0.55% | - |
| HSV(B) | 195º | 0.39% | 0.68% | - |
| XYZ | 25.64 | 30.23 | 44.53 | - |
| YUV | 143.69 | 145.1 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 157 | 174 | 0.39 | 0.10 | 0 | 0.32 | 195 | 0.3 | 0.55 |
| Hex | 6A | 9D | AE | 27 | A | 0 | 20 | C3 | 1E | 37 |
| Octal | 152 | 235 | 256 | 47 | 12 | 0 | 40 | 303 | 36 | 67 |
| Binary | 1101010 | 10011101 | 10101110 | 100111 | 1010 | 0 | 100000 | 11000011 | 11110 | 110111 |
Color Harmonies of #6A9DAE
Complementary color
Monochromatic Colors of #6A9DAE
Black with #6A9DAE
Text Example
Text Example
White with #6A9DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9DAE; }
p { color: rgb(106,157,174); }
H1.HeaderClassName
{
color: #6A9DAE;
}
.AnyTagClassName
{
color: #6A9DAE;
}
</style>
background-color css
<style>
a { background-color: #6A9DAE; }
a { background-color: rgb(106,157,174); }
div.DivClassName
{
background-color: #6A9DAE;
}
.BgClassName
{
background-color: #6A9DAE;
}
</style>
border-color css
<style>
span { border-color: #6A9DAE; }
span { border-color: rgb(106,157,174); }
td.TdClassName
{
border-color: #6A9DAE;
}
.TagClassName
{
border-color: #6A9DAE;
}
</style>