Shades of Shakespeare #67A7BE
Tints of Shakespeare #67A7BE
RGB
CMYK
RGB Variations
Color information
#67A7BE (or 0x67A7BE) is known color: Shakespeare. HEX triplet: 67, A7 and BE. RGB value is (103,167,190). Sum of RGB (Red+Green+Blue) = 103+167+190=460 (60% of max value = 765). Red value is 103 (40.62% from 255 or 22.39% from 460); Green value is 167 (65.62% from 255 or 36.30% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 190 - color contains mainly: blue. Hex color #67A7BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67A7BE is #985841. Grayscale: #969696. Windows color (decimal): -9984066 or 12494695. OLE color: 12494695.
HSL color Cylindrical-coordinate representation of color #67A7BE: hue angle of 195.86º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #67A7BE is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 167 | 190 | - |
| CMYK | 0.46 | 0.12 | 0 | 0.25 |
| HSL | 195.86º | 0.4% | 0.57% | - |
| HSV(B) | 195.86º | 0.46% | 0.75% | - |
| XYZ | 28.71 | 34.24 | 53.81 | - |
| YUV | 150.49 | 150.3 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 167 | 190 | 0.46 | 0.12 | 0 | 0.25 | 195.86 | 0.4 | 0.57 |
| Hex | 67 | A7 | BE | 2E | C | 0 | 19 | C4 | 28 | 39 |
| Octal | 147 | 247 | 276 | 56 | 14 | 0 | 31 | 304 | 50 | 71 |
| Binary | 1100111 | 10100111 | 10111110 | 101110 | 1100 | 0 | 11001 | 11000100 | 101000 | 111001 |
Color Harmonies of #67A7BE
Complementary color
Monochromatic Colors of #67A7BE
Black with #67A7BE
Text Example
Text Example
White with #67A7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A7BE; }
p { color: rgb(103,167,190); }
H1.HeaderClassName
{
color: #67A7BE;
}
.AnyTagClassName
{
color: #67A7BE;
}
</style>
background-color css
<style>
a { background-color: #67A7BE; }
a { background-color: rgb(103,167,190); }
div.DivClassName
{
background-color: #67A7BE;
}
.BgClassName
{
background-color: #67A7BE;
}
</style>
border-color css
<style>
span { border-color: #67A7BE; }
span { border-color: rgb(103,167,190); }
td.TdClassName
{
border-color: #67A7BE;
}
.TagClassName
{
border-color: #67A7BE;
}
</style>