Shades of Shakespeare #6BA5BC
Tints of Shakespeare #6BA5BC
RGB
CMYK
RGB Variations
Color information
#6BA5BC (or 0x6BA5BC) is known color: Shakespeare. HEX triplet: 6B, A5 and BC. RGB value is (107,165,188). Sum of RGB (Red+Green+Blue) = 107+165+188=460 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.26% from 460); Green value is 165 (64.84% from 255 or 35.87% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 188 - color contains mainly: blue. Hex color #6BA5BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BA5BC is #945A43. Grayscale: #969696. Windows color (decimal): -9722436 or 12363115. OLE color: 12363115.
HSL color Cylindrical-coordinate representation of color #6BA5BC: hue angle of 197.04º 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 #6BA5BC is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 107 | 165 | 188 | - |
| CMYK | 0.43 | 0.12 | 0 | 0.26 |
| HSL | 197.04º | 0.38% | 0.58% | - |
| HSV(B) | 197.04º | 0.43% | 0.74% | - |
| XYZ | 28.6 | 33.67 | 52.57 | - |
| YUV | 150.28 | 149.28 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 165 | 188 | 0.43 | 0.12 | 0 | 0.26 | 197.04 | 0.38 | 0.58 |
| Hex | 6B | A5 | BC | 2B | C | 0 | 1A | C5 | 26 | 3A |
| Octal | 153 | 245 | 274 | 53 | 14 | 0 | 32 | 305 | 46 | 72 |
| Binary | 1101011 | 10100101 | 10111100 | 101011 | 1100 | 0 | 11010 | 11000101 | 100110 | 111010 |
Color Harmonies of #6BA5BC
Complementary color
Monochromatic Colors of #6BA5BC
Black with #6BA5BC
Text Example
Text Example
White with #6BA5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA5BC; }
p { color: rgb(107,165,188); }
H1.HeaderClassName
{
color: #6BA5BC;
}
.AnyTagClassName
{
color: #6BA5BC;
}
</style>
background-color css
<style>
a { background-color: #6BA5BC; }
a { background-color: rgb(107,165,188); }
div.DivClassName
{
background-color: #6BA5BC;
}
.BgClassName
{
background-color: #6BA5BC;
}
</style>
border-color css
<style>
span { border-color: #6BA5BC; }
span { border-color: rgb(107,165,188); }
td.TdClassName
{
border-color: #6BA5BC;
}
.TagClassName
{
border-color: #6BA5BC;
}
</style>