Shades of Shakespeare #679DAD
Tints of Shakespeare #679DAD
RGB
CMYK
RGB Variations
Color information
#679DAD (or 0x679DAD) is known color: Shakespeare. HEX triplet: 67, 9D and AD. RGB value is (103,157,173). Sum of RGB (Red+Green+Blue) = 103+157+173=433 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.79% from 433); Green value is 157 (61.72% from 255 or 36.26% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 173 - color contains mainly: blue. Hex color #679DAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679DAD is #986252. Grayscale: #8E8E8E. Windows color (decimal): -9986643 or 11378023. OLE color: 11378023.
HSL color Cylindrical-coordinate representation of color #679DAD: hue angle of 193.71º 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 #679DAD is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 157 | 173 | - |
| CMYK | 0.40 | 0.09 | 0 | 0.32 |
| HSL | 193.71º | 0.3% | 0.54% | - |
| HSV(B) | 193.71º | 0.4% | 0.68% | - |
| XYZ | 25.19 | 30.01 | 44 | - |
| YUV | 142.68 | 145.11 | 99.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 157 | 173 | 0.40 | 0.09 | 0 | 0.32 | 193.71 | 0.3 | 0.54 |
| Hex | 67 | 9D | AD | 28 | 9 | 0 | 20 | C2 | 1E | 36 |
| Octal | 147 | 235 | 255 | 50 | 11 | 0 | 40 | 302 | 36 | 66 |
| Binary | 1100111 | 10011101 | 10101101 | 101000 | 1001 | 0 | 100000 | 11000010 | 11110 | 110110 |
Color Harmonies of #679DAD
Complementary color
Monochromatic Colors of #679DAD
Black with #679DAD
Text Example
Text Example
White with #679DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679DAD; }
p { color: rgb(103,157,173); }
H1.HeaderClassName
{
color: #679DAD;
}
.AnyTagClassName
{
color: #679DAD;
}
</style>
background-color css
<style>
a { background-color: #679DAD; }
a { background-color: rgb(103,157,173); }
div.DivClassName
{
background-color: #679DAD;
}
.BgClassName
{
background-color: #679DAD;
}
</style>
border-color css
<style>
span { border-color: #679DAD; }
span { border-color: rgb(103,157,173); }
td.TdClassName
{
border-color: #679DAD;
}
.TagClassName
{
border-color: #679DAD;
}
</style>