Shades of Shakespeare #689CBA
Tints of Shakespeare #689CBA
RGB
CMYK
RGB Variations
Color information
#689CBA (or 0x689CBA) is known color: Shakespeare. HEX triplet: 68, 9C and BA. RGB value is (104,156,186). Sum of RGB (Red+Green+Blue) = 104+156+186=446 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.32% from 446); Green value is 156 (61.33% from 255 or 34.98% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 186 - color contains mainly: blue. Hex color #689CBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689CBA is #976345. Grayscale: #8F8F8F. Windows color (decimal): -9921350 or 12229736. OLE color: 12229736.
HSL color Cylindrical-coordinate representation of color #689CBA: hue angle of 201.95º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #689CBA is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 156 | 186 | - |
| CMYK | 0.44 | 0.16 | 0 | 0.27 |
| HSL | 201.95º | 0.37% | 0.57% | - |
| HSV(B) | 201.95º | 0.44% | 0.73% | - |
| XYZ | 26.46 | 30.27 | 50.9 | - |
| YUV | 143.87 | 151.77 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 156 | 186 | 0.44 | 0.16 | 0 | 0.27 | 201.95 | 0.37 | 0.57 |
| Hex | 68 | 9C | BA | 2C | 10 | 0 | 1B | CA | 25 | 39 |
| Octal | 150 | 234 | 272 | 54 | 20 | 0 | 33 | 312 | 45 | 71 |
| Binary | 1101000 | 10011100 | 10111010 | 101100 | 10000 | 0 | 11011 | 11001010 | 100101 | 111001 |
Color Harmonies of #689CBA
Complementary color
Monochromatic Colors of #689CBA
Black with #689CBA
Text Example
Text Example
White with #689CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689CBA; }
p { color: rgb(104,156,186); }
H1.HeaderClassName
{
color: #689CBA;
}
.AnyTagClassName
{
color: #689CBA;
}
</style>
background-color css
<style>
a { background-color: #689CBA; }
a { background-color: rgb(104,156,186); }
div.DivClassName
{
background-color: #689CBA;
}
.BgClassName
{
background-color: #689CBA;
}
</style>
border-color css
<style>
span { border-color: #689CBA; }
span { border-color: rgb(104,156,186); }
td.TdClassName
{
border-color: #689CBA;
}
.TagClassName
{
border-color: #689CBA;
}
</style>