Shades of Shakespeare #689BBD
Tints of Shakespeare #689BBD
RGB
CMYK
RGB Variations
Color information
#689BBD (or 0x689BBD) is known color: Shakespeare. HEX triplet: 68, 9B and BD. RGB value is (104,155,189). Sum of RGB (Red+Green+Blue) = 104+155+189=448 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.21% from 448); Green value is 155 (60.94% from 255 or 34.60% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 189 - color contains mainly: blue. Hex color #689BBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689BBD is #976442. Grayscale: #8F8F8F. Windows color (decimal): -9921603 or 12426088. OLE color: 12426088.
HSL color Cylindrical-coordinate representation of color #689BBD: hue angle of 204º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #689BBD is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 155 | 189 | - |
| CMYK | 0.45 | 0.18 | 0 | 0.26 |
| HSL | 204º | 0.39% | 0.57% | - |
| HSV(B) | 204º | 0.45% | 0.74% | - |
| XYZ | 26.62 | 30.06 | 52.54 | - |
| YUV | 143.63 | 153.6 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 155 | 189 | 0.45 | 0.18 | 0 | 0.26 | 204 | 0.39 | 0.57 |
| Hex | 68 | 9B | BD | 2D | 12 | 0 | 1A | CC | 27 | 39 |
| Octal | 150 | 233 | 275 | 55 | 22 | 0 | 32 | 314 | 47 | 71 |
| Binary | 1101000 | 10011011 | 10111101 | 101101 | 10010 | 0 | 11010 | 11001100 | 100111 | 111001 |
Color Harmonies of #689BBD
Complementary color
Monochromatic Colors of #689BBD
Black with #689BBD
Text Example
Text Example
White with #689BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689BBD; }
p { color: rgb(104,155,189); }
H1.HeaderClassName
{
color: #689BBD;
}
.AnyTagClassName
{
color: #689BBD;
}
</style>
background-color css
<style>
a { background-color: #689BBD; }
a { background-color: rgb(104,155,189); }
div.DivClassName
{
background-color: #689BBD;
}
.BgClassName
{
background-color: #689BBD;
}
</style>
border-color css
<style>
span { border-color: #689BBD; }
span { border-color: rgb(104,155,189); }
td.TdClassName
{
border-color: #689BBD;
}
.TagClassName
{
border-color: #689BBD;
}
</style>