Shades of Shakespeare #689BC4
Tints of Shakespeare #689BC4
RGB
CMYK
RGB Variations
Color information
#689BC4 (or 0x689BC4) is known color: Shakespeare. HEX triplet: 68, 9B and C4. RGB value is (104,155,196). Sum of RGB (Red+Green+Blue) = 104+155+196=455 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.86% from 455); Green value is 155 (60.94% from 255 or 34.07% from 455); Blue value is 196 (76.95% from 255 or 43.08% from 455); Max value from RGB is 196 - color contains mainly: blue. Hex color #689BC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689BC4 is #97643B. Grayscale: #909090. Windows color (decimal): -9921596 or 12884840. OLE color: 12884840.
HSL color Cylindrical-coordinate representation of color #689BC4: hue angle of 206.74º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #689BC4 is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 104 | 155 | 196 | - |
| CMYK | 0.47 | 0.21 | 0 | 0.23 |
| HSL | 206.74º | 0.44% | 0.59% | - |
| HSV(B) | 206.74º | 0.47% | 0.77% | - |
| XYZ | 27.39 | 30.37 | 56.64 | - |
| YUV | 144.43 | 157.1 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 155 | 196 | 0.47 | 0.21 | 0 | 0.23 | 206.74 | 0.44 | 0.59 |
| Hex | 68 | 9B | C4 | 2F | 15 | 0 | 17 | CF | 2C | 3B |
| Octal | 150 | 233 | 304 | 57 | 25 | 0 | 27 | 317 | 54 | 73 |
| Binary | 1101000 | 10011011 | 11000100 | 101111 | 10101 | 0 | 10111 | 11001111 | 101100 | 111011 |
Color Harmonies of #689BC4
Complementary color
Monochromatic Colors of #689BC4
Black with #689BC4
Text Example
Text Example
White with #689BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689BC4; }
p { color: rgb(104,155,196); }
H1.HeaderClassName
{
color: #689BC4;
}
.AnyTagClassName
{
color: #689BC4;
}
</style>
background-color css
<style>
a { background-color: #689BC4; }
a { background-color: rgb(104,155,196); }
div.DivClassName
{
background-color: #689BC4;
}
.BgClassName
{
background-color: #689BC4;
}
</style>
border-color css
<style>
span { border-color: #689BC4; }
span { border-color: rgb(104,155,196); }
td.TdClassName
{
border-color: #689BC4;
}
.TagClassName
{
border-color: #689BC4;
}
</style>