Shades of Shakespeare #6CA4B9
Tints of Shakespeare #6CA4B9
RGB
CMYK
RGB Variations
Color information
#6CA4B9 (or 0x6CA4B9) is known color: Shakespeare. HEX triplet: 6C, A4 and B9. RGB value is (108,164,185). Sum of RGB (Red+Green+Blue) = 108+164+185=457 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.63% from 457); Green value is 164 (64.45% from 255 or 35.89% from 457); Blue value is 185 (72.66% from 255 or 40.48% from 457); Max value from RGB is 185 - color contains mainly: blue. Hex color #6CA4B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CA4B9 is #935B46. Grayscale: #959595. Windows color (decimal): -9657159 or 12166252. OLE color: 12166252.
HSL color Cylindrical-coordinate representation of color #6CA4B9: hue angle of 196.36º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6CA4B9 is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 108 | 164 | 185 | - |
| CMYK | 0.42 | 0.11 | 0 | 0.27 |
| HSL | 196.36º | 0.35% | 0.57% | - |
| HSV(B) | 196.36º | 0.42% | 0.73% | - |
| XYZ | 28.22 | 33.24 | 50.83 | - |
| YUV | 149.65 | 147.95 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 164 | 185 | 0.42 | 0.11 | 0 | 0.27 | 196.36 | 0.35 | 0.57 |
| Hex | 6C | A4 | B9 | 2A | B | 0 | 1B | C4 | 23 | 39 |
| Octal | 154 | 244 | 271 | 52 | 13 | 0 | 33 | 304 | 43 | 71 |
| Binary | 1101100 | 10100100 | 10111001 | 101010 | 1011 | 0 | 11011 | 11000100 | 100011 | 111001 |
Color Harmonies of #6CA4B9
Complementary color
Monochromatic Colors of #6CA4B9
Black with #6CA4B9
Text Example
Text Example
White with #6CA4B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA4B9; }
p { color: rgb(108,164,185); }
H1.HeaderClassName
{
color: #6CA4B9;
}
.AnyTagClassName
{
color: #6CA4B9;
}
</style>
background-color css
<style>
a { background-color: #6CA4B9; }
a { background-color: rgb(108,164,185); }
div.DivClassName
{
background-color: #6CA4B9;
}
.BgClassName
{
background-color: #6CA4B9;
}
</style>
border-color css
<style>
span { border-color: #6CA4B9; }
span { border-color: rgb(108,164,185); }
td.TdClassName
{
border-color: #6CA4B9;
}
.TagClassName
{
border-color: #6CA4B9;
}
</style>