Shades of Shakespeare #6CA3BC
Tints of Shakespeare #6CA3BC
RGB
CMYK
RGB Variations
Color information
#6CA3BC (or 0x6CA3BC) is known color: Shakespeare. HEX triplet: 6C, A3 and BC. RGB value is (108,163,188). Sum of RGB (Red+Green+Blue) = 108+163+188=459 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.53% from 459); Green value is 163 (64.06% from 255 or 35.51% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 188 - color contains mainly: blue. Hex color #6CA3BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CA3BC is #935C43. Grayscale: #959595. Windows color (decimal): -9657412 or 12362604. OLE color: 12362604.
HSL color Cylindrical-coordinate representation of color #6CA3BC: hue angle of 198.75º degrees, saturation: 0.37, 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 #6CA3BC is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 108 | 163 | 188 | - |
| CMYK | 0.43 | 0.13 | 0 | 0.26 |
| HSL | 198.75º | 0.37% | 0.58% | - |
| HSV(B) | 198.75º | 0.43% | 0.74% | - |
| XYZ | 28.36 | 33.01 | 52.45 | - |
| YUV | 149.41 | 149.78 | 98.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 163 | 188 | 0.43 | 0.13 | 0 | 0.26 | 198.75 | 0.37 | 0.58 |
| Hex | 6C | A3 | BC | 2B | D | 0 | 1A | C7 | 25 | 3A |
| Octal | 154 | 243 | 274 | 53 | 15 | 0 | 32 | 307 | 45 | 72 |
| Binary | 1101100 | 10100011 | 10111100 | 101011 | 1101 | 0 | 11010 | 11000111 | 100101 | 111010 |
Color Harmonies of #6CA3BC
Complementary color
Monochromatic Colors of #6CA3BC
Black with #6CA3BC
Text Example
Text Example
White with #6CA3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA3BC; }
p { color: rgb(108,163,188); }
H1.HeaderClassName
{
color: #6CA3BC;
}
.AnyTagClassName
{
color: #6CA3BC;
}
</style>
background-color css
<style>
a { background-color: #6CA3BC; }
a { background-color: rgb(108,163,188); }
div.DivClassName
{
background-color: #6CA3BC;
}
.BgClassName
{
background-color: #6CA3BC;
}
</style>
border-color css
<style>
span { border-color: #6CA3BC; }
span { border-color: rgb(108,163,188); }
td.TdClassName
{
border-color: #6CA3BC;
}
.TagClassName
{
border-color: #6CA3BC;
}
</style>