Shades of Shakespeare #679BAF
Tints of Shakespeare #679BAF
RGB
CMYK
RGB Variations
Color information
#679BAF (or 0x679BAF) is known color: Shakespeare. HEX triplet: 67, 9B and AF. RGB value is (103,155,175). Sum of RGB (Red+Green+Blue) = 103+155+175=433 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.79% from 433); Green value is 155 (60.94% from 255 or 35.80% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 175 - color contains mainly: blue. Hex color #679BAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679BAF is #986450. Grayscale: #8D8D8D. Windows color (decimal): -9987153 or 11508583. OLE color: 11508583.
HSL color Cylindrical-coordinate representation of color #679BAF: hue angle of 196.67º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #679BAF is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 103 | 155 | 175 | - |
| CMYK | 0.41 | 0.11 | 0 | 0.31 |
| HSL | 196.67º | 0.31% | 0.55% | - |
| HSV(B) | 196.67º | 0.41% | 0.69% | - |
| XYZ | 25.05 | 29.42 | 44.92 | - |
| YUV | 141.73 | 146.77 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 155 | 175 | 0.41 | 0.11 | 0 | 0.31 | 196.67 | 0.31 | 0.55 |
| Hex | 67 | 9B | AF | 29 | B | 0 | 1F | C5 | 1F | 37 |
| Octal | 147 | 233 | 257 | 51 | 13 | 0 | 37 | 305 | 37 | 67 |
| Binary | 1100111 | 10011011 | 10101111 | 101001 | 1011 | 0 | 11111 | 11000101 | 11111 | 110111 |
Color Harmonies of #679BAF
Complementary color
Monochromatic Colors of #679BAF
Black with #679BAF
Text Example
Text Example
White with #679BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679BAF; }
p { color: rgb(103,155,175); }
H1.HeaderClassName
{
color: #679BAF;
}
.AnyTagClassName
{
color: #679BAF;
}
</style>
background-color css
<style>
a { background-color: #679BAF; }
a { background-color: rgb(103,155,175); }
div.DivClassName
{
background-color: #679BAF;
}
.BgClassName
{
background-color: #679BAF;
}
</style>
border-color css
<style>
span { border-color: #679BAF; }
span { border-color: rgb(103,155,175); }
td.TdClassName
{
border-color: #679BAF;
}
.TagClassName
{
border-color: #679BAF;
}
</style>