Shades of Shakespeare #699CB9
Tints of Shakespeare #699CB9
RGB
CMYK
RGB Variations
Color information
#699CB9 (or 0x699CB9) is known color: Shakespeare. HEX triplet: 69, 9C and B9. RGB value is (105,156,185). Sum of RGB (Red+Green+Blue) = 105+156+185=446 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.54% from 446); Green value is 156 (61.33% from 255 or 34.98% from 446); Blue value is 185 (72.66% from 255 or 41.48% from 446); Max value from RGB is 185 - color contains mainly: blue. Hex color #699CB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699CB9 is #966346. Grayscale: #8F8F8F. Windows color (decimal): -9855815 or 12164201. OLE color: 12164201.
HSL color Cylindrical-coordinate representation of color #699CB9: hue angle of 201.75º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #699CB9 is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 156 | 185 | - |
| CMYK | 0.43 | 0.16 | 0 | 0.27 |
| HSL | 201.75º | 0.36% | 0.57% | - |
| HSV(B) | 201.75º | 0.43% | 0.73% | - |
| XYZ | 26.47 | 30.28 | 50.35 | - |
| YUV | 144.06 | 151.1 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 156 | 185 | 0.43 | 0.16 | 0 | 0.27 | 201.75 | 0.36 | 0.57 |
| Hex | 69 | 9C | B9 | 2B | 10 | 0 | 1B | CA | 24 | 39 |
| Octal | 151 | 234 | 271 | 53 | 20 | 0 | 33 | 312 | 44 | 71 |
| Binary | 1101001 | 10011100 | 10111001 | 101011 | 10000 | 0 | 11011 | 11001010 | 100100 | 111001 |
Color Harmonies of #699CB9
Complementary color
Monochromatic Colors of #699CB9
Black with #699CB9
Text Example
Text Example
White with #699CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699CB9; }
p { color: rgb(105,156,185); }
H1.HeaderClassName
{
color: #699CB9;
}
.AnyTagClassName
{
color: #699CB9;
}
</style>
background-color css
<style>
a { background-color: #699CB9; }
a { background-color: rgb(105,156,185); }
div.DivClassName
{
background-color: #699CB9;
}
.BgClassName
{
background-color: #699CB9;
}
</style>
border-color css
<style>
span { border-color: #699CB9; }
span { border-color: rgb(105,156,185); }
td.TdClassName
{
border-color: #699CB9;
}
.TagClassName
{
border-color: #699CB9;
}
</style>