Shades of Shakespeare #699CB0
Tints of Shakespeare #699CB0
RGB
CMYK
RGB Variations
Color information
#699CB0 (or 0x699CB0) is known color: Shakespeare. HEX triplet: 69, 9C and B0. RGB value is (105,156,176). Sum of RGB (Red+Green+Blue) = 105+156+176=437 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.03% from 437); Green value is 156 (61.33% from 255 or 35.70% from 437); Blue value is 176 (69.14% from 255 or 40.27% from 437); Max value from RGB is 176 - color contains mainly: blue. Hex color #699CB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699CB0 is #96634F. Grayscale: #8E8E8E. Windows color (decimal): -9855824 or 11574377. OLE color: 11574377.
HSL color Cylindrical-coordinate representation of color #699CB0: hue angle of 196.9º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #699CB0 is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 105 | 156 | 176 | - |
| CMYK | 0.40 | 0.11 | 0 | 0.31 |
| HSL | 196.9º | 0.31% | 0.55% | - |
| HSV(B) | 196.9º | 0.4% | 0.69% | - |
| XYZ | 25.55 | 29.91 | 45.5 | - |
| YUV | 143.03 | 146.6 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 156 | 176 | 0.40 | 0.11 | 0 | 0.31 | 196.9 | 0.31 | 0.55 |
| Hex | 69 | 9C | B0 | 28 | B | 0 | 1F | C5 | 1F | 37 |
| Octal | 151 | 234 | 260 | 50 | 13 | 0 | 37 | 305 | 37 | 67 |
| Binary | 1101001 | 10011100 | 10110000 | 101000 | 1011 | 0 | 11111 | 11000101 | 11111 | 110111 |
Color Harmonies of #699CB0
Complementary color
Monochromatic Colors of #699CB0
Black with #699CB0
Text Example
Text Example
White with #699CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699CB0; }
p { color: rgb(105,156,176); }
H1.HeaderClassName
{
color: #699CB0;
}
.AnyTagClassName
{
color: #699CB0;
}
</style>
background-color css
<style>
a { background-color: #699CB0; }
a { background-color: rgb(105,156,176); }
div.DivClassName
{
background-color: #699CB0;
}
.BgClassName
{
background-color: #699CB0;
}
</style>
border-color css
<style>
span { border-color: #699CB0; }
span { border-color: rgb(105,156,176); }
td.TdClassName
{
border-color: #699CB0;
}
.TagClassName
{
border-color: #699CB0;
}
</style>