Shades of Shakespeare #689AB3
Tints of Shakespeare #689AB3
RGB
CMYK
RGB Variations
Color information
#689AB3 (or 0x689AB3) is known color: Shakespeare. HEX triplet: 68, 9A and B3. RGB value is (104,154,179). Sum of RGB (Red+Green+Blue) = 104+154+179=437 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.80% from 437); Green value is 154 (60.55% from 255 or 35.24% from 437); Blue value is 179 (70.31% from 255 or 40.96% from 437); Max value from RGB is 179 - color contains mainly: blue. Hex color #689AB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689AB3 is #97654C. Grayscale: #8D8D8D. Windows color (decimal): -9921869 or 11770472. OLE color: 11770472.
HSL color Cylindrical-coordinate representation of color #689AB3: hue angle of 200º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #689AB3 is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 104 | 154 | 179 | - |
| CMYK | 0.42 | 0.14 | 0 | 0.30 |
| HSL | 200º | 0.33% | 0.55% | - |
| HSV(B) | 200º | 0.42% | 0.7% | - |
| XYZ | 25.4 | 29.31 | 46.97 | - |
| YUV | 141.9 | 148.94 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 154 | 179 | 0.42 | 0.14 | 0 | 0.30 | 200 | 0.33 | 0.55 |
| Hex | 68 | 9A | B3 | 2A | E | 0 | 1E | C8 | 21 | 37 |
| Octal | 150 | 232 | 263 | 52 | 16 | 0 | 36 | 310 | 41 | 67 |
| Binary | 1101000 | 10011010 | 10110011 | 101010 | 1110 | 0 | 11110 | 11001000 | 100001 | 110111 |
Color Harmonies of #689AB3
Complementary color
Monochromatic Colors of #689AB3
Black with #689AB3
Text Example
Text Example
White with #689AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689AB3; }
p { color: rgb(104,154,179); }
H1.HeaderClassName
{
color: #689AB3;
}
.AnyTagClassName
{
color: #689AB3;
}
</style>
background-color css
<style>
a { background-color: #689AB3; }
a { background-color: rgb(104,154,179); }
div.DivClassName
{
background-color: #689AB3;
}
.BgClassName
{
background-color: #689AB3;
}
</style>
border-color css
<style>
span { border-color: #689AB3; }
span { border-color: rgb(104,154,179); }
td.TdClassName
{
border-color: #689AB3;
}
.TagClassName
{
border-color: #689AB3;
}
</style>