Shades of Shakespeare #679BBB
Tints of Shakespeare #679BBB
RGB
CMYK
RGB Variations
Color information
#679BBB (or 0x679BBB) is known color: Shakespeare. HEX triplet: 67, 9B and BB. RGB value is (103,155,187). Sum of RGB (Red+Green+Blue) = 103+155+187=445 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.15% from 445); Green value is 155 (60.94% from 255 or 34.83% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 187 - color contains mainly: blue. Hex color #679BBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #679BBB is #986444. Grayscale: #8E8E8E. Windows color (decimal): -9987141 or 12295015. OLE color: 12295015.
HSL color Cylindrical-coordinate representation of color #679BBB: hue angle of 202.86º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #679BBB is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 155 | 187 | - |
| CMYK | 0.45 | 0.17 | 0 | 0.27 |
| HSL | 202.86º | 0.38% | 0.57% | - |
| HSV(B) | 202.86º | 0.45% | 0.73% | - |
| XYZ | 26.28 | 29.91 | 51.4 | - |
| YUV | 143.1 | 152.77 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 155 | 187 | 0.45 | 0.17 | 0 | 0.27 | 202.86 | 0.38 | 0.57 |
| Hex | 67 | 9B | BB | 2D | 11 | 0 | 1B | CB | 26 | 39 |
| Octal | 147 | 233 | 273 | 55 | 21 | 0 | 33 | 313 | 46 | 71 |
| Binary | 1100111 | 10011011 | 10111011 | 101101 | 10001 | 0 | 11011 | 11001011 | 100110 | 111001 |
Color Harmonies of #679BBB
Complementary color
Monochromatic Colors of #679BBB
Black with #679BBB
Text Example
Text Example
White with #679BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679BBB; }
p { color: rgb(103,155,187); }
H1.HeaderClassName
{
color: #679BBB;
}
.AnyTagClassName
{
color: #679BBB;
}
</style>
background-color css
<style>
a { background-color: #679BBB; }
a { background-color: rgb(103,155,187); }
div.DivClassName
{
background-color: #679BBB;
}
.BgClassName
{
background-color: #679BBB;
}
</style>
border-color css
<style>
span { border-color: #679BBB; }
span { border-color: rgb(103,155,187); }
td.TdClassName
{
border-color: #679BBB;
}
.TagClassName
{
border-color: #679BBB;
}
</style>