Shades of Shakespeare #679DB9
Tints of Shakespeare #679DB9
RGB
CMYK
RGB Variations
Color information
#679DB9 (or 0x679DB9) is known color: Shakespeare. HEX triplet: 67, 9D and B9. RGB value is (103,157,185). Sum of RGB (Red+Green+Blue) = 103+157+185=445 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.15% from 445); Green value is 157 (61.72% from 255 or 35.28% from 445); Blue value is 185 (72.66% from 255 or 41.57% from 445); Max value from RGB is 185 - color contains mainly: blue. Hex color #679DB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #679DB9 is #986246. Grayscale: #8F8F8F. Windows color (decimal): -9986631 or 12164455. OLE color: 12164455.
HSL color Cylindrical-coordinate representation of color #679DB9: hue angle of 200.49º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #679DB9 is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 157 | 185 | - |
| CMYK | 0.44 | 0.15 | 0 | 0.27 |
| HSL | 200.49º | 0.37% | 0.56% | - |
| HSV(B) | 200.49º | 0.44% | 0.73% | - |
| XYZ | 26.41 | 30.5 | 50.39 | - |
| YUV | 144.05 | 151.11 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 157 | 185 | 0.44 | 0.15 | 0 | 0.27 | 200.49 | 0.37 | 0.56 |
| Hex | 67 | 9D | B9 | 2C | F | 0 | 1B | C8 | 25 | 38 |
| Octal | 147 | 235 | 271 | 54 | 17 | 0 | 33 | 310 | 45 | 70 |
| Binary | 1100111 | 10011101 | 10111001 | 101100 | 1111 | 0 | 11011 | 11001000 | 100101 | 111000 |
Color Harmonies of #679DB9
Complementary color
Monochromatic Colors of #679DB9
Black with #679DB9
Text Example
Text Example
White with #679DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679DB9; }
p { color: rgb(103,157,185); }
H1.HeaderClassName
{
color: #679DB9;
}
.AnyTagClassName
{
color: #679DB9;
}
</style>
background-color css
<style>
a { background-color: #679DB9; }
a { background-color: rgb(103,157,185); }
div.DivClassName
{
background-color: #679DB9;
}
.BgClassName
{
background-color: #679DB9;
}
</style>
border-color css
<style>
span { border-color: #679DB9; }
span { border-color: rgb(103,157,185); }
td.TdClassName
{
border-color: #679DB9;
}
.TagClassName
{
border-color: #679DB9;
}
</style>