Shades of Shakespeare #6B9CBC
Tints of Shakespeare #6B9CBC
RGB
CMYK
RGB Variations
Color information
#6B9CBC (or 0x6B9CBC) is known color: Shakespeare. HEX triplet: 6B, 9C and BC. RGB value is (107,156,188). Sum of RGB (Red+Green+Blue) = 107+156+188=451 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.73% from 451); Green value is 156 (61.33% from 255 or 34.59% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 188 - color contains mainly: blue. Hex color #6B9CBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B9CBC is #946343. Grayscale: #909090. Windows color (decimal): -9724740 or 12360811. OLE color: 12360811.
HSL color Cylindrical-coordinate representation of color #6B9CBC: hue angle of 203.7º 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 #6B9CBC is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 107 | 156 | 188 | - |
| CMYK | 0.43 | 0.17 | 0 | 0.26 |
| HSL | 203.7º | 0.38% | 0.58% | - |
| HSV(B) | 203.7º | 0.43% | 0.74% | - |
| XYZ | 27.03 | 30.53 | 52.05 | - |
| YUV | 145 | 152.27 | 100.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 156 | 188 | 0.43 | 0.17 | 0 | 0.26 | 203.7 | 0.38 | 0.58 |
| Hex | 6B | 9C | BC | 2B | 11 | 0 | 1A | CC | 26 | 3A |
| Octal | 153 | 234 | 274 | 53 | 21 | 0 | 32 | 314 | 46 | 72 |
| Binary | 1101011 | 10011100 | 10111100 | 101011 | 10001 | 0 | 11010 | 11001100 | 100110 | 111010 |
Color Harmonies of #6B9CBC
Complementary color
Monochromatic Colors of #6B9CBC
Black with #6B9CBC
Text Example
Text Example
White with #6B9CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9CBC; }
p { color: rgb(107,156,188); }
H1.HeaderClassName
{
color: #6B9CBC;
}
.AnyTagClassName
{
color: #6B9CBC;
}
</style>
background-color css
<style>
a { background-color: #6B9CBC; }
a { background-color: rgb(107,156,188); }
div.DivClassName
{
background-color: #6B9CBC;
}
.BgClassName
{
background-color: #6B9CBC;
}
</style>
border-color css
<style>
span { border-color: #6B9CBC; }
span { border-color: rgb(107,156,188); }
td.TdClassName
{
border-color: #6B9CBC;
}
.TagClassName
{
border-color: #6B9CBC;
}
</style>