Shades of Shakespeare #679CBB
Tints of Shakespeare #679CBB
RGB
CMYK
RGB Variations
Color information
#679CBB (or 0x679CBB) is known color: Shakespeare. HEX triplet: 67, 9C and BB. RGB value is (103,156,187). Sum of RGB (Red+Green+Blue) = 103+156+187=446 (59% of max value = 765). Red value is 103 (40.62% from 255 or 23.09% from 446); Green value is 156 (61.33% from 255 or 34.98% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 187 - color contains mainly: blue. Hex color #679CBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #679CBB is #986344. Grayscale: #8F8F8F. Windows color (decimal): -9986885 or 12295271. OLE color: 12295271.
HSL color Cylindrical-coordinate representation of color #679CBB: hue angle of 202.14º 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 #679CBB is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 156 | 187 | - |
| CMYK | 0.45 | 0.17 | 0 | 0.27 |
| HSL | 202.14º | 0.38% | 0.57% | - |
| HSV(B) | 202.14º | 0.45% | 0.73% | - |
| XYZ | 26.45 | 30.25 | 51.46 | - |
| YUV | 143.69 | 152.44 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 156 | 187 | 0.45 | 0.17 | 0 | 0.27 | 202.14 | 0.38 | 0.57 |
| Hex | 67 | 9C | BB | 2D | 11 | 0 | 1B | CA | 26 | 39 |
| Octal | 147 | 234 | 273 | 55 | 21 | 0 | 33 | 312 | 46 | 71 |
| Binary | 1100111 | 10011100 | 10111011 | 101101 | 10001 | 0 | 11011 | 11001010 | 100110 | 111001 |
Color Harmonies of #679CBB
Complementary color
Monochromatic Colors of #679CBB
Black with #679CBB
Text Example
Text Example
White with #679CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679CBB; }
p { color: rgb(103,156,187); }
H1.HeaderClassName
{
color: #679CBB;
}
.AnyTagClassName
{
color: #679CBB;
}
</style>
background-color css
<style>
a { background-color: #679CBB; }
a { background-color: rgb(103,156,187); }
div.DivClassName
{
background-color: #679CBB;
}
.BgClassName
{
background-color: #679CBB;
}
</style>
border-color css
<style>
span { border-color: #679CBB; }
span { border-color: rgb(103,156,187); }
td.TdClassName
{
border-color: #679CBB;
}
.TagClassName
{
border-color: #679CBB;
}
</style>