Shades of Shakespeare #679AB2
Tints of Shakespeare #679AB2
RGB
CMYK
RGB Variations
Color information
#679AB2 (or 0x679AB2) is known color: Shakespeare. HEX triplet: 67, 9A and B2. RGB value is (103,154,178). Sum of RGB (Red+Green+Blue) = 103+154+178=435 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.68% from 435); Green value is 154 (60.55% from 255 or 35.40% from 435); Blue value is 178 (69.92% from 255 or 40.92% from 435); Max value from RGB is 178 - color contains mainly: blue. Hex color #679AB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679AB2 is #98654D. Grayscale: #8D8D8D. Windows color (decimal): -9987406 or 11704935. OLE color: 11704935.
HSL color Cylindrical-coordinate representation of color #679AB2: hue angle of 199.2º 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 #679AB2 is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 103 | 154 | 178 | - |
| CMYK | 0.42 | 0.13 | 0 | 0.30 |
| HSL | 199.2º | 0.33% | 0.55% | - |
| HSV(B) | 199.2º | 0.42% | 0.7% | - |
| XYZ | 25.19 | 29.21 | 46.43 | - |
| YUV | 141.49 | 148.6 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 154 | 178 | 0.42 | 0.13 | 0 | 0.30 | 199.2 | 0.33 | 0.55 |
| Hex | 67 | 9A | B2 | 2A | D | 0 | 1E | C7 | 21 | 37 |
| Octal | 147 | 232 | 262 | 52 | 15 | 0 | 36 | 307 | 41 | 67 |
| Binary | 1100111 | 10011010 | 10110010 | 101010 | 1101 | 0 | 11110 | 11000111 | 100001 | 110111 |
Color Harmonies of #679AB2
Complementary color
Monochromatic Colors of #679AB2
Black with #679AB2
Text Example
Text Example
White with #679AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679AB2; }
p { color: rgb(103,154,178); }
H1.HeaderClassName
{
color: #679AB2;
}
.AnyTagClassName
{
color: #679AB2;
}
</style>
background-color css
<style>
a { background-color: #679AB2; }
a { background-color: rgb(103,154,178); }
div.DivClassName
{
background-color: #679AB2;
}
.BgClassName
{
background-color: #679AB2;
}
</style>
border-color css
<style>
span { border-color: #679AB2; }
span { border-color: rgb(103,154,178); }
td.TdClassName
{
border-color: #679AB2;
}
.TagClassName
{
border-color: #679AB2;
}
</style>