Shades of Shakespeare #679BBA
Tints of Shakespeare #679BBA
RGB
CMYK
RGB Variations
Color information
#679BBA (or 0x679BBA) is known color: Shakespeare. HEX triplet: 67, 9B and BA. RGB value is (103,155,186). Sum of RGB (Red+Green+Blue) = 103+155+186=444 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.20% from 444); Green value is 155 (60.94% from 255 or 34.91% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #679BBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #679BBA is #986445. Grayscale: #8E8E8E. Windows color (decimal): -9987142 or 12229479. OLE color: 12229479.
HSL color Cylindrical-coordinate representation of color #679BBA: hue angle of 202.41º 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 #679BBA is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 155 | 186 | - |
| CMYK | 0.45 | 0.17 | 0 | 0.27 |
| HSL | 202.41º | 0.38% | 0.57% | - |
| HSV(B) | 202.41º | 0.45% | 0.73% | - |
| XYZ | 26.18 | 29.87 | 50.84 | - |
| YUV | 142.99 | 152.27 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 155 | 186 | 0.45 | 0.17 | 0 | 0.27 | 202.41 | 0.38 | 0.57 |
| Hex | 67 | 9B | BA | 2D | 11 | 0 | 1B | CA | 26 | 39 |
| Octal | 147 | 233 | 272 | 55 | 21 | 0 | 33 | 312 | 46 | 71 |
| Binary | 1100111 | 10011011 | 10111010 | 101101 | 10001 | 0 | 11011 | 11001010 | 100110 | 111001 |
Color Harmonies of #679BBA
Complementary color
Monochromatic Colors of #679BBA
Black with #679BBA
Text Example
Text Example
White with #679BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679BBA; }
p { color: rgb(103,155,186); }
H1.HeaderClassName
{
color: #679BBA;
}
.AnyTagClassName
{
color: #679BBA;
}
</style>
background-color css
<style>
a { background-color: #679BBA; }
a { background-color: rgb(103,155,186); }
div.DivClassName
{
background-color: #679BBA;
}
.BgClassName
{
background-color: #679BBA;
}
</style>
border-color css
<style>
span { border-color: #679BBA; }
span { border-color: rgb(103,155,186); }
td.TdClassName
{
border-color: #679BBA;
}
.TagClassName
{
border-color: #679BBA;
}
</style>