Shades of Shakespeare #699CB1
Tints of Shakespeare #699CB1
RGB
CMYK
RGB Variations
Color information
#699CB1 (or 0x699CB1) is known color: Shakespeare. HEX triplet: 69, 9C and B1. RGB value is (105,156,177). Sum of RGB (Red+Green+Blue) = 105+156+177=438 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.97% from 438); Green value is 156 (61.33% from 255 or 35.62% from 438); Blue value is 177 (69.53% from 255 or 40.41% from 438); Max value from RGB is 177 - color contains mainly: blue. Hex color #699CB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699CB1 is #96634E. Grayscale: #8F8F8F. Windows color (decimal): -9855823 or 11639913. OLE color: 11639913.
HSL color Cylindrical-coordinate representation of color #699CB1: hue angle of 197.5º degrees, saturation: 0.32, 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 #699CB1 is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 105 | 156 | 177 | - |
| CMYK | 0.41 | 0.12 | 0 | 0.31 |
| HSL | 197.5º | 0.32% | 0.55% | - |
| HSV(B) | 197.5º | 0.41% | 0.69% | - |
| XYZ | 25.65 | 29.95 | 46.02 | - |
| YUV | 143.15 | 147.1 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 156 | 177 | 0.41 | 0.12 | 0 | 0.31 | 197.5 | 0.32 | 0.55 |
| Hex | 69 | 9C | B1 | 29 | C | 0 | 1F | C6 | 20 | 37 |
| Octal | 151 | 234 | 261 | 51 | 14 | 0 | 37 | 306 | 40 | 67 |
| Binary | 1101001 | 10011100 | 10110001 | 101001 | 1100 | 0 | 11111 | 11000110 | 100000 | 110111 |
Color Harmonies of #699CB1
Complementary color
Monochromatic Colors of #699CB1
Black with #699CB1
Text Example
Text Example
White with #699CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699CB1; }
p { color: rgb(105,156,177); }
H1.HeaderClassName
{
color: #699CB1;
}
.AnyTagClassName
{
color: #699CB1;
}
</style>
background-color css
<style>
a { background-color: #699CB1; }
a { background-color: rgb(105,156,177); }
div.DivClassName
{
background-color: #699CB1;
}
.BgClassName
{
background-color: #699CB1;
}
</style>
border-color css
<style>
span { border-color: #699CB1; }
span { border-color: rgb(105,156,177); }
td.TdClassName
{
border-color: #699CB1;
}
.TagClassName
{
border-color: #699CB1;
}
</style>