Shades of Shakespeare #68A6C2
Tints of Shakespeare #68A6C2
RGB
CMYK
RGB Variations
Color information
#68A6C2 (or 0x68A6C2) is known color: Shakespeare. HEX triplet: 68, A6 and C2. RGB value is (104,166,194). Sum of RGB (Red+Green+Blue) = 104+166+194=464 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.41% from 464); Green value is 166 (65.23% from 255 or 35.78% from 464); Blue value is 194 (76.17% from 255 or 41.81% from 464); Max value from RGB is 194 - color contains mainly: blue. Hex color #68A6C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A6C2 is #97593D. Grayscale: #969696. Windows color (decimal): -9918782 or 12756584. OLE color: 12756584.
HSL color Cylindrical-coordinate representation of color #68A6C2: hue angle of 198.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68A6C2 is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 166 | 194 | - |
| CMYK | 0.46 | 0.14 | 0 | 0.24 |
| HSL | 198.67º | 0.42% | 0.58% | - |
| HSV(B) | 198.67º | 0.46% | 0.76% | - |
| XYZ | 29.08 | 34.11 | 56.09 | - |
| YUV | 150.65 | 152.46 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 166 | 194 | 0.46 | 0.14 | 0 | 0.24 | 198.67 | 0.42 | 0.58 |
| Hex | 68 | A6 | C2 | 2E | E | 0 | 18 | C7 | 2A | 3A |
| Octal | 150 | 246 | 302 | 56 | 16 | 0 | 30 | 307 | 52 | 72 |
| Binary | 1101000 | 10100110 | 11000010 | 101110 | 1110 | 0 | 11000 | 11000111 | 101010 | 111010 |
Color Harmonies of #68A6C2
Complementary color
Monochromatic Colors of #68A6C2
Black with #68A6C2
Text Example
Text Example
White with #68A6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A6C2; }
p { color: rgb(104,166,194); }
H1.HeaderClassName
{
color: #68A6C2;
}
.AnyTagClassName
{
color: #68A6C2;
}
</style>
background-color css
<style>
a { background-color: #68A6C2; }
a { background-color: rgb(104,166,194); }
div.DivClassName
{
background-color: #68A6C2;
}
.BgClassName
{
background-color: #68A6C2;
}
</style>
border-color css
<style>
span { border-color: #68A6C2; }
span { border-color: rgb(104,166,194); }
td.TdClassName
{
border-color: #68A6C2;
}
.TagClassName
{
border-color: #68A6C2;
}
</style>