Shades of Shakespeare #6BA0B2
Tints of Shakespeare #6BA0B2
RGB
CMYK
RGB Variations
Color information
#6BA0B2 (or 0x6BA0B2) is known color: Shakespeare. HEX triplet: 6B, A0 and B2. RGB value is (107,160,178). Sum of RGB (Red+Green+Blue) = 107+160+178=445 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.04% from 445); Green value is 160 (62.89% from 255 or 35.96% from 445); Blue value is 178 (69.92% from 255 or 40% from 445); Max value from RGB is 178 - color contains mainly: blue. Hex color #6BA0B2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA0B2 is #945F4D. Grayscale: #929292. Windows color (decimal): -9723726 or 11706475. OLE color: 11706475.
HSL color Cylindrical-coordinate representation of color #6BA0B2: hue angle of 195.21º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6BA0B2 is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 107 | 160 | 178 | - |
| CMYK | 0.40 | 0.10 | 0 | 0.30 |
| HSL | 195.21º | 0.32% | 0.56% | - |
| HSV(B) | 195.21º | 0.4% | 0.7% | - |
| XYZ | 26.67 | 31.48 | 46.79 | - |
| YUV | 146.21 | 145.94 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 160 | 178 | 0.40 | 0.10 | 0 | 0.30 | 195.21 | 0.32 | 0.56 |
| Hex | 6B | A0 | B2 | 28 | A | 0 | 1E | C3 | 20 | 38 |
| Octal | 153 | 240 | 262 | 50 | 12 | 0 | 36 | 303 | 40 | 70 |
| Binary | 1101011 | 10100000 | 10110010 | 101000 | 1010 | 0 | 11110 | 11000011 | 100000 | 111000 |
Color Harmonies of #6BA0B2
Complementary color
Monochromatic Colors of #6BA0B2
Black with #6BA0B2
Text Example
Text Example
White with #6BA0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA0B2; }
p { color: rgb(107,160,178); }
H1.HeaderClassName
{
color: #6BA0B2;
}
.AnyTagClassName
{
color: #6BA0B2;
}
</style>
background-color css
<style>
a { background-color: #6BA0B2; }
a { background-color: rgb(107,160,178); }
div.DivClassName
{
background-color: #6BA0B2;
}
.BgClassName
{
background-color: #6BA0B2;
}
</style>
border-color css
<style>
span { border-color: #6BA0B2; }
span { border-color: rgb(107,160,178); }
td.TdClassName
{
border-color: #6BA0B2;
}
.TagClassName
{
border-color: #6BA0B2;
}
</style>