Shades of Shakespeare #68A5C4
Tints of Shakespeare #68A5C4
RGB
CMYK
RGB Variations
Color information
#68A5C4 (or 0x68A5C4) is known color: Shakespeare. HEX triplet: 68, A5 and C4. RGB value is (104,165,196). Sum of RGB (Red+Green+Blue) = 104+165+196=465 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.37% from 465); Green value is 165 (64.84% from 255 or 35.48% from 465); Blue value is 196 (76.95% from 255 or 42.15% from 465); Max value from RGB is 196 - color contains mainly: blue. Hex color #68A5C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A5C4 is #975A3B. Grayscale: #969696. Windows color (decimal): -9919036 or 12887400. OLE color: 12887400.
HSL color Cylindrical-coordinate representation of color #68A5C4: hue angle of 200.22º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68A5C4 is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 104 | 165 | 196 | - |
| CMYK | 0.47 | 0.16 | 0 | 0.23 |
| HSL | 200.22º | 0.44% | 0.59% | - |
| HSV(B) | 200.22º | 0.47% | 0.77% | - |
| XYZ | 29.13 | 33.84 | 57.22 | - |
| YUV | 150.3 | 153.79 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 165 | 196 | 0.47 | 0.16 | 0 | 0.23 | 200.22 | 0.44 | 0.59 |
| Hex | 68 | A5 | C4 | 2F | 10 | 0 | 17 | C8 | 2C | 3B |
| Octal | 150 | 245 | 304 | 57 | 20 | 0 | 27 | 310 | 54 | 73 |
| Binary | 1101000 | 10100101 | 11000100 | 101111 | 10000 | 0 | 10111 | 11001000 | 101100 | 111011 |
Color Harmonies of #68A5C4
Complementary color
Monochromatic Colors of #68A5C4
Black with #68A5C4
Text Example
Text Example
White with #68A5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A5C4; }
p { color: rgb(104,165,196); }
H1.HeaderClassName
{
color: #68A5C4;
}
.AnyTagClassName
{
color: #68A5C4;
}
</style>
background-color css
<style>
a { background-color: #68A5C4; }
a { background-color: rgb(104,165,196); }
div.DivClassName
{
background-color: #68A5C4;
}
.BgClassName
{
background-color: #68A5C4;
}
</style>
border-color css
<style>
span { border-color: #68A5C4; }
span { border-color: rgb(104,165,196); }
td.TdClassName
{
border-color: #68A5C4;
}
.TagClassName
{
border-color: #68A5C4;
}
</style>