Shades of Shakespeare #689CAF
Tints of Shakespeare #689CAF
RGB
CMYK
RGB Variations
Color information
#689CAF (or 0x689CAF) is known color: Shakespeare. HEX triplet: 68, 9C and AF. RGB value is (104,156,175). Sum of RGB (Red+Green+Blue) = 104+156+175=435 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.91% from 435); Green value is 156 (61.33% from 255 or 35.86% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 175 - color contains mainly: blue. Hex color #689CAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689CAF is #976350. Grayscale: #8E8E8E. Windows color (decimal): -9921361 or 11508840. OLE color: 11508840.
HSL color Cylindrical-coordinate representation of color #689CAF: hue angle of 196.06º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #689CAF is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 156 | 175 | - |
| CMYK | 0.41 | 0.11 | 0 | 0.31 |
| HSL | 196.06º | 0.31% | 0.55% | - |
| HSV(B) | 196.06º | 0.41% | 0.69% | - |
| XYZ | 25.34 | 29.82 | 44.98 | - |
| YUV | 142.62 | 146.27 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 156 | 175 | 0.41 | 0.11 | 0 | 0.31 | 196.06 | 0.31 | 0.55 |
| Hex | 68 | 9C | AF | 29 | B | 0 | 1F | C4 | 1F | 37 |
| Octal | 150 | 234 | 257 | 51 | 13 | 0 | 37 | 304 | 37 | 67 |
| Binary | 1101000 | 10011100 | 10101111 | 101001 | 1011 | 0 | 11111 | 11000100 | 11111 | 110111 |
Color Harmonies of #689CAF
Complementary color
Monochromatic Colors of #689CAF
Black with #689CAF
Text Example
Text Example
White with #689CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689CAF; }
p { color: rgb(104,156,175); }
H1.HeaderClassName
{
color: #689CAF;
}
.AnyTagClassName
{
color: #689CAF;
}
</style>
background-color css
<style>
a { background-color: #689CAF; }
a { background-color: rgb(104,156,175); }
div.DivClassName
{
background-color: #689CAF;
}
.BgClassName
{
background-color: #689CAF;
}
</style>
border-color css
<style>
span { border-color: #689CAF; }
span { border-color: rgb(104,156,175); }
td.TdClassName
{
border-color: #689CAF;
}
.TagClassName
{
border-color: #689CAF;
}
</style>