Shades of Shakespeare #699DBA
Tints of Shakespeare #699DBA
RGB
CMYK
RGB Variations
Color information
#699DBA (or 0x699DBA) is known color: Shakespeare. HEX triplet: 69, 9D and BA. RGB value is (105,157,186). Sum of RGB (Red+Green+Blue) = 105+157+186=448 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.44% from 448); Green value is 157 (61.72% from 255 or 35.04% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 186 - color contains mainly: blue. Hex color #699DBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699DBA is #966245. Grayscale: #909090. Windows color (decimal): -9855558 or 12229993. OLE color: 12229993.
HSL color Cylindrical-coordinate representation of color #699DBA: hue angle of 201.48º 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 #699DBA is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 157 | 186 | - |
| CMYK | 0.44 | 0.16 | 0 | 0.27 |
| HSL | 201.48º | 0.37% | 0.57% | - |
| HSV(B) | 201.48º | 0.44% | 0.73% | - |
| XYZ | 26.75 | 30.66 | 50.96 | - |
| YUV | 144.76 | 151.27 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 157 | 186 | 0.44 | 0.16 | 0 | 0.27 | 201.48 | 0.37 | 0.57 |
| Hex | 69 | 9D | BA | 2C | 10 | 0 | 1B | C9 | 25 | 39 |
| Octal | 151 | 235 | 272 | 54 | 20 | 0 | 33 | 311 | 45 | 71 |
| Binary | 1101001 | 10011101 | 10111010 | 101100 | 10000 | 0 | 11011 | 11001001 | 100101 | 111001 |
Color Harmonies of #699DBA
Complementary color
Monochromatic Colors of #699DBA
Black with #699DBA
Text Example
Text Example
White with #699DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699DBA; }
p { color: rgb(105,157,186); }
H1.HeaderClassName
{
color: #699DBA;
}
.AnyTagClassName
{
color: #699DBA;
}
</style>
background-color css
<style>
a { background-color: #699DBA; }
a { background-color: rgb(105,157,186); }
div.DivClassName
{
background-color: #699DBA;
}
.BgClassName
{
background-color: #699DBA;
}
</style>
border-color css
<style>
span { border-color: #699DBA; }
span { border-color: rgb(105,157,186); }
td.TdClassName
{
border-color: #699DBA;
}
.TagClassName
{
border-color: #699DBA;
}
</style>