Shades of Shakespeare #679EAD
Tints of Shakespeare #679EAD
RGB
CMYK
RGB Variations
Color information
#679EAD (or 0x679EAD) is known color: Shakespeare. HEX triplet: 67, 9E and AD. RGB value is (103,158,173). Sum of RGB (Red+Green+Blue) = 103+158+173=434 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.73% from 434); Green value is 158 (62.11% from 255 or 36.41% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 173 - color contains mainly: blue. Hex color #679EAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679EAD is #986152. Grayscale: #8F8F8F. Windows color (decimal): -9986387 or 11378279. OLE color: 11378279.
HSL color Cylindrical-coordinate representation of color #679EAD: hue angle of 192.86º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #679EAD is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 158 | 173 | - |
| CMYK | 0.40 | 0.09 | 0 | 0.32 |
| HSL | 192.86º | 0.3% | 0.54% | - |
| HSV(B) | 192.86º | 0.4% | 0.68% | - |
| XYZ | 25.36 | 30.35 | 44.06 | - |
| YUV | 143.27 | 144.78 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 158 | 173 | 0.40 | 0.09 | 0 | 0.32 | 192.86 | 0.3 | 0.54 |
| Hex | 67 | 9E | AD | 28 | 9 | 0 | 20 | C1 | 1E | 36 |
| Octal | 147 | 236 | 255 | 50 | 11 | 0 | 40 | 301 | 36 | 66 |
| Binary | 1100111 | 10011110 | 10101101 | 101000 | 1001 | 0 | 100000 | 11000001 | 11110 | 110110 |
Color Harmonies of #679EAD
Complementary color
Monochromatic Colors of #679EAD
Black with #679EAD
Text Example
Text Example
White with #679EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679EAD; }
p { color: rgb(103,158,173); }
H1.HeaderClassName
{
color: #679EAD;
}
.AnyTagClassName
{
color: #679EAD;
}
</style>
background-color css
<style>
a { background-color: #679EAD; }
a { background-color: rgb(103,158,173); }
div.DivClassName
{
background-color: #679EAD;
}
.BgClassName
{
background-color: #679EAD;
}
</style>
border-color css
<style>
span { border-color: #679EAD; }
span { border-color: rgb(103,158,173); }
td.TdClassName
{
border-color: #679EAD;
}
.TagClassName
{
border-color: #679EAD;
}
</style>