Shades of Shakespeare #6B9BAA
Tints of Shakespeare #6B9BAA
RGB
CMYK
RGB Variations
Color information
#6B9BAA (or 0x6B9BAA) is known color: Shakespeare. HEX triplet: 6B, 9B and AA. RGB value is (107,155,170). Sum of RGB (Red+Green+Blue) = 107+155+170=432 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.77% from 432); Green value is 155 (60.94% from 255 or 35.88% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 170 - color contains mainly: blue. Hex color #6B9BAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9BAA is #946455. Grayscale: #8E8E8E. Windows color (decimal): -9725014 or 11180907. OLE color: 11180907.
HSL color Cylindrical-coordinate representation of color #6B9BAA: hue angle of 194.29º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6B9BAA is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 155 | 170 | - |
| CMYK | 0.37 | 0.09 | 0 | 0.33 |
| HSL | 194.29º | 0.27% | 0.54% | - |
| HSV(B) | 194.29º | 0.37% | 0.67% | - |
| XYZ | 25.04 | 29.47 | 42.4 | - |
| YUV | 142.36 | 143.6 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 155 | 170 | 0.37 | 0.09 | 0 | 0.33 | 194.29 | 0.27 | 0.54 |
| Hex | 6B | 9B | AA | 25 | 9 | 0 | 21 | C2 | 1B | 36 |
| Octal | 153 | 233 | 252 | 45 | 11 | 0 | 41 | 302 | 33 | 66 |
| Binary | 1101011 | 10011011 | 10101010 | 100101 | 1001 | 0 | 100001 | 11000010 | 11011 | 110110 |
Color Harmonies of #6B9BAA
Complementary color
Monochromatic Colors of #6B9BAA
Black with #6B9BAA
Text Example
Text Example
White with #6B9BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9BAA; }
p { color: rgb(107,155,170); }
H1.HeaderClassName
{
color: #6B9BAA;
}
.AnyTagClassName
{
color: #6B9BAA;
}
</style>
background-color css
<style>
a { background-color: #6B9BAA; }
a { background-color: rgb(107,155,170); }
div.DivClassName
{
background-color: #6B9BAA;
}
.BgClassName
{
background-color: #6B9BAA;
}
</style>
border-color css
<style>
span { border-color: #6B9BAA; }
span { border-color: rgb(107,155,170); }
td.TdClassName
{
border-color: #6B9BAA;
}
.TagClassName
{
border-color: #6B9BAA;
}
</style>