Shades of Shakespeare #699CBA
Tints of Shakespeare #699CBA
RGB
CMYK
RGB Variations
Color information
#699CBA (or 0x699CBA) is known color: Shakespeare. HEX triplet: 69, 9C and BA. RGB value is (105,156,186). Sum of RGB (Red+Green+Blue) = 105+156+186=447 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.49% from 447); Green value is 156 (61.33% from 255 or 34.90% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #699CBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699CBA is #966345. Grayscale: #909090. Windows color (decimal): -9855814 or 12229737. OLE color: 12229737.
HSL color Cylindrical-coordinate representation of color #699CBA: hue angle of 202.22º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #699CBA is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 156 | 186 | - |
| CMYK | 0.44 | 0.16 | 0 | 0.27 |
| HSL | 202.22º | 0.37% | 0.57% | - |
| HSV(B) | 202.22º | 0.44% | 0.73% | - |
| XYZ | 26.58 | 30.33 | 50.91 | - |
| YUV | 144.17 | 151.6 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 156 | 186 | 0.44 | 0.16 | 0 | 0.27 | 202.22 | 0.37 | 0.57 |
| Hex | 69 | 9C | BA | 2C | 10 | 0 | 1B | CA | 25 | 39 |
| Octal | 151 | 234 | 272 | 54 | 20 | 0 | 33 | 312 | 45 | 71 |
| Binary | 1101001 | 10011100 | 10111010 | 101100 | 10000 | 0 | 11011 | 11001010 | 100101 | 111001 |
Color Harmonies of #699CBA
Complementary color
Monochromatic Colors of #699CBA
Black with #699CBA
Text Example
Text Example
White with #699CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699CBA; }
p { color: rgb(105,156,186); }
H1.HeaderClassName
{
color: #699CBA;
}
.AnyTagClassName
{
color: #699CBA;
}
</style>
background-color css
<style>
a { background-color: #699CBA; }
a { background-color: rgb(105,156,186); }
div.DivClassName
{
background-color: #699CBA;
}
.BgClassName
{
background-color: #699CBA;
}
</style>
border-color css
<style>
span { border-color: #699CBA; }
span { border-color: rgb(105,156,186); }
td.TdClassName
{
border-color: #699CBA;
}
.TagClassName
{
border-color: #699CBA;
}
</style>