Shades of Shakespeare #689CB4
Tints of Shakespeare #689CB4
RGB
CMYK
RGB Variations
Color information
#689CB4 (or 0x689CB4) is known color: Shakespeare. HEX triplet: 68, 9C and B4. RGB value is (104,156,180). Sum of RGB (Red+Green+Blue) = 104+156+180=440 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.64% from 440); Green value is 156 (61.33% from 255 or 35.45% from 440); Blue value is 180 (70.70% from 255 or 40.91% from 440); Max value from RGB is 180 - color contains mainly: blue. Hex color #689CB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689CB4 is #97634B. Grayscale: #8F8F8F. Windows color (decimal): -9921356 or 11836520. OLE color: 11836520.
HSL color Cylindrical-coordinate representation of color #689CB4: hue angle of 198.95º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #689CB4 is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 156 | 180 | - |
| CMYK | 0.42 | 0.13 | 0 | 0.29 |
| HSL | 198.95º | 0.34% | 0.56% | - |
| HSV(B) | 198.95º | 0.42% | 0.71% | - |
| XYZ | 25.84 | 30.02 | 47.61 | - |
| YUV | 143.19 | 148.77 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 156 | 180 | 0.42 | 0.13 | 0 | 0.29 | 198.95 | 0.34 | 0.56 |
| Hex | 68 | 9C | B4 | 2A | D | 0 | 1D | C7 | 22 | 38 |
| Octal | 150 | 234 | 264 | 52 | 15 | 0 | 35 | 307 | 42 | 70 |
| Binary | 1101000 | 10011100 | 10110100 | 101010 | 1101 | 0 | 11101 | 11000111 | 100010 | 111000 |
Color Harmonies of #689CB4
Complementary color
Monochromatic Colors of #689CB4
Black with #689CB4
Text Example
Text Example
White with #689CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689CB4; }
p { color: rgb(104,156,180); }
H1.HeaderClassName
{
color: #689CB4;
}
.AnyTagClassName
{
color: #689CB4;
}
</style>
background-color css
<style>
a { background-color: #689CB4; }
a { background-color: rgb(104,156,180); }
div.DivClassName
{
background-color: #689CB4;
}
.BgClassName
{
background-color: #689CB4;
}
</style>
border-color css
<style>
span { border-color: #689CB4; }
span { border-color: rgb(104,156,180); }
td.TdClassName
{
border-color: #689CB4;
}
.TagClassName
{
border-color: #689CB4;
}
</style>