Shades of Shakespeare #689AB6
Tints of Shakespeare #689AB6
RGB
CMYK
RGB Variations
Color information
#689AB6 (or 0x689AB6) is known color: Shakespeare. HEX triplet: 68, 9A and B6. RGB value is (104,154,182). Sum of RGB (Red+Green+Blue) = 104+154+182=440 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.64% from 440); Green value is 154 (60.55% from 255 or 35% from 440); Blue value is 182 (71.48% from 255 or 41.36% from 440); Max value from RGB is 182 - color contains mainly: blue. Hex color #689AB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689AB6 is #976549. Grayscale: #8E8E8E. Windows color (decimal): -9921866 or 11967080. OLE color: 11967080.
HSL color Cylindrical-coordinate representation of color #689AB6: hue angle of 201.54º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #689AB6 is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 154 | 182 | - |
| CMYK | 0.43 | 0.15 | 0 | 0.29 |
| HSL | 201.54º | 0.35% | 0.56% | - |
| HSV(B) | 201.54º | 0.43% | 0.71% | - |
| XYZ | 25.71 | 29.43 | 48.58 | - |
| YUV | 142.24 | 150.44 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 154 | 182 | 0.43 | 0.15 | 0 | 0.29 | 201.54 | 0.35 | 0.56 |
| Hex | 68 | 9A | B6 | 2B | F | 0 | 1D | CA | 23 | 38 |
| Octal | 150 | 232 | 266 | 53 | 17 | 0 | 35 | 312 | 43 | 70 |
| Binary | 1101000 | 10011010 | 10110110 | 101011 | 1111 | 0 | 11101 | 11001010 | 100011 | 111000 |
Color Harmonies of #689AB6
Complementary color
Monochromatic Colors of #689AB6
Black with #689AB6
Text Example
Text Example
White with #689AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689AB6; }
p { color: rgb(104,154,182); }
H1.HeaderClassName
{
color: #689AB6;
}
.AnyTagClassName
{
color: #689AB6;
}
</style>
background-color css
<style>
a { background-color: #689AB6; }
a { background-color: rgb(104,154,182); }
div.DivClassName
{
background-color: #689AB6;
}
.BgClassName
{
background-color: #689AB6;
}
</style>
border-color css
<style>
span { border-color: #689AB6; }
span { border-color: rgb(104,154,182); }
td.TdClassName
{
border-color: #689AB6;
}
.TagClassName
{
border-color: #689AB6;
}
</style>