Shades of Shakespeare #689CBE
Tints of Shakespeare #689CBE
RGB
CMYK
RGB Variations
Color information
#689CBE (or 0x689CBE) is known color: Shakespeare. HEX triplet: 68, 9C and BE. RGB value is (104,156,190). Sum of RGB (Red+Green+Blue) = 104+156+190=450 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.11% from 450); Green value is 156 (61.33% from 255 or 34.67% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 190 - color contains mainly: blue. Hex color #689CBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689CBE is #976341. Grayscale: #909090. Windows color (decimal): -9921346 or 12491880. OLE color: 12491880.
HSL color Cylindrical-coordinate representation of color #689CBE: hue angle of 203.72º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #689CBE is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 156 | 190 | - |
| CMYK | 0.45 | 0.18 | 0 | 0.25 |
| HSL | 203.72º | 0.4% | 0.58% | - |
| HSV(B) | 203.72º | 0.45% | 0.75% | - |
| XYZ | 26.89 | 30.44 | 53.17 | - |
| YUV | 144.33 | 153.77 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 156 | 190 | 0.45 | 0.18 | 0 | 0.25 | 203.72 | 0.4 | 0.58 |
| Hex | 68 | 9C | BE | 2D | 12 | 0 | 19 | CC | 28 | 3A |
| Octal | 150 | 234 | 276 | 55 | 22 | 0 | 31 | 314 | 50 | 72 |
| Binary | 1101000 | 10011100 | 10111110 | 101101 | 10010 | 0 | 11001 | 11001100 | 101000 | 111010 |
Color Harmonies of #689CBE
Complementary color
Monochromatic Colors of #689CBE
Black with #689CBE
Text Example
Text Example
White with #689CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689CBE; }
p { color: rgb(104,156,190); }
H1.HeaderClassName
{
color: #689CBE;
}
.AnyTagClassName
{
color: #689CBE;
}
</style>
background-color css
<style>
a { background-color: #689CBE; }
a { background-color: rgb(104,156,190); }
div.DivClassName
{
background-color: #689CBE;
}
.BgClassName
{
background-color: #689CBE;
}
</style>
border-color css
<style>
span { border-color: #689CBE; }
span { border-color: rgb(104,156,190); }
td.TdClassName
{
border-color: #689CBE;
}
.TagClassName
{
border-color: #689CBE;
}
</style>