Shades of Shakespeare #6BA2BC
Tints of Shakespeare #6BA2BC
RGB
CMYK
RGB Variations
Color information
#6BA2BC (or 0x6BA2BC) is known color: Shakespeare. HEX triplet: 6B, A2 and BC. RGB value is (107,162,188). Sum of RGB (Red+Green+Blue) = 107+162+188=457 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.41% from 457); Green value is 162 (63.67% from 255 or 35.45% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 188 - color contains mainly: blue. Hex color #6BA2BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BA2BC is #945D43. Grayscale: #949494. Windows color (decimal): -9723204 or 12362347. OLE color: 12362347.
HSL color Cylindrical-coordinate representation of color #6BA2BC: hue angle of 199.26º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6BA2BC is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 107 | 162 | 188 | - |
| CMYK | 0.43 | 0.14 | 0 | 0.26 |
| HSL | 199.26º | 0.38% | 0.58% | - |
| HSV(B) | 199.26º | 0.43% | 0.74% | - |
| XYZ | 28.06 | 32.6 | 52.39 | - |
| YUV | 148.52 | 150.28 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 162 | 188 | 0.43 | 0.14 | 0 | 0.26 | 199.26 | 0.38 | 0.58 |
| Hex | 6B | A2 | BC | 2B | E | 0 | 1A | C7 | 26 | 3A |
| Octal | 153 | 242 | 274 | 53 | 16 | 0 | 32 | 307 | 46 | 72 |
| Binary | 1101011 | 10100010 | 10111100 | 101011 | 1110 | 0 | 11010 | 11000111 | 100110 | 111010 |
Color Harmonies of #6BA2BC
Complementary color
Monochromatic Colors of #6BA2BC
Black with #6BA2BC
Text Example
Text Example
White with #6BA2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA2BC; }
p { color: rgb(107,162,188); }
H1.HeaderClassName
{
color: #6BA2BC;
}
.AnyTagClassName
{
color: #6BA2BC;
}
</style>
background-color css
<style>
a { background-color: #6BA2BC; }
a { background-color: rgb(107,162,188); }
div.DivClassName
{
background-color: #6BA2BC;
}
.BgClassName
{
background-color: #6BA2BC;
}
</style>
border-color css
<style>
span { border-color: #6BA2BC; }
span { border-color: rgb(107,162,188); }
td.TdClassName
{
border-color: #6BA2BC;
}
.TagClassName
{
border-color: #6BA2BC;
}
</style>