Shades of Shakespeare #679DB3
Tints of Shakespeare #679DB3
RGB
CMYK
RGB Variations
Color information
#679DB3 (or 0x679DB3) is known color: Shakespeare. HEX triplet: 67, 9D and B3. RGB value is (103,157,179). Sum of RGB (Red+Green+Blue) = 103+157+179=439 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.46% from 439); Green value is 157 (61.72% from 255 or 35.76% from 439); Blue value is 179 (70.31% from 255 or 40.77% from 439); Max value from RGB is 179 - color contains mainly: blue. Hex color #679DB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #679DB3 is #98624C. Grayscale: #8F8F8F. Windows color (decimal): -9986637 or 11771239. OLE color: 11771239.
HSL color Cylindrical-coordinate representation of color #679DB3: hue angle of 197.37º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #679DB3 is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 103 | 157 | 179 | - |
| CMYK | 0.42 | 0.12 | 0 | 0.30 |
| HSL | 197.37º | 0.33% | 0.55% | - |
| HSV(B) | 197.37º | 0.42% | 0.7% | - |
| XYZ | 25.79 | 30.25 | 47.13 | - |
| YUV | 143.36 | 148.11 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 157 | 179 | 0.42 | 0.12 | 0 | 0.30 | 197.37 | 0.33 | 0.55 |
| Hex | 67 | 9D | B3 | 2A | C | 0 | 1E | C5 | 21 | 37 |
| Octal | 147 | 235 | 263 | 52 | 14 | 0 | 36 | 305 | 41 | 67 |
| Binary | 1100111 | 10011101 | 10110011 | 101010 | 1100 | 0 | 11110 | 11000101 | 100001 | 110111 |
Color Harmonies of #679DB3
Complementary color
Monochromatic Colors of #679DB3
Black with #679DB3
Text Example
Text Example
White with #679DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679DB3; }
p { color: rgb(103,157,179); }
H1.HeaderClassName
{
color: #679DB3;
}
.AnyTagClassName
{
color: #679DB3;
}
</style>
background-color css
<style>
a { background-color: #679DB3; }
a { background-color: rgb(103,157,179); }
div.DivClassName
{
background-color: #679DB3;
}
.BgClassName
{
background-color: #679DB3;
}
</style>
border-color css
<style>
span { border-color: #679DB3; }
span { border-color: rgb(103,157,179); }
td.TdClassName
{
border-color: #679DB3;
}
.TagClassName
{
border-color: #679DB3;
}
</style>