Shades of Shakespeare #679BAD
Tints of Shakespeare #679BAD
RGB
CMYK
RGB Variations
Color information
#679BAD (or 0x679BAD) is known color: Shakespeare. HEX triplet: 67, 9B and AD. RGB value is (103,155,173). Sum of RGB (Red+Green+Blue) = 103+155+173=431 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.90% from 431); Green value is 155 (60.94% from 255 or 35.96% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 173 - color contains mainly: blue. Hex color #679BAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679BAD is #986452. Grayscale: #8D8D8D. Windows color (decimal): -9987155 or 11377511. OLE color: 11377511.
HSL color Cylindrical-coordinate representation of color #679BAD: hue angle of 195.43º 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 #679BAD is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 155 | 173 | - |
| CMYK | 0.40 | 0.10 | 0 | 0.32 |
| HSL | 195.43º | 0.3% | 0.54% | - |
| HSV(B) | 195.43º | 0.4% | 0.68% | - |
| XYZ | 24.86 | 29.34 | 43.89 | - |
| YUV | 141.5 | 145.77 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 155 | 173 | 0.40 | 0.10 | 0 | 0.32 | 195.43 | 0.3 | 0.54 |
| Hex | 67 | 9B | AD | 28 | A | 0 | 20 | C3 | 1E | 36 |
| Octal | 147 | 233 | 255 | 50 | 12 | 0 | 40 | 303 | 36 | 66 |
| Binary | 1100111 | 10011011 | 10101101 | 101000 | 1010 | 0 | 100000 | 11000011 | 11110 | 110110 |
Color Harmonies of #679BAD
Complementary color
Monochromatic Colors of #679BAD
Black with #679BAD
Text Example
Text Example
White with #679BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679BAD; }
p { color: rgb(103,155,173); }
H1.HeaderClassName
{
color: #679BAD;
}
.AnyTagClassName
{
color: #679BAD;
}
</style>
background-color css
<style>
a { background-color: #679BAD; }
a { background-color: rgb(103,155,173); }
div.DivClassName
{
background-color: #679BAD;
}
.BgClassName
{
background-color: #679BAD;
}
</style>
border-color css
<style>
span { border-color: #679BAD; }
span { border-color: rgb(103,155,173); }
td.TdClassName
{
border-color: #679BAD;
}
.TagClassName
{
border-color: #679BAD;
}
</style>