Shades of Shakespeare #699DBB
Tints of Shakespeare #699DBB
RGB
CMYK
RGB Variations
Color information
#699DBB (or 0x699DBB) is known color: Shakespeare. HEX triplet: 69, 9D and BB. RGB value is (105,157,187). Sum of RGB (Red+Green+Blue) = 105+157+187=449 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.39% from 449); Green value is 157 (61.72% from 255 or 34.97% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 187 - color contains mainly: blue. Hex color #699DBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699DBB is #966244. Grayscale: #909090. Windows color (decimal): -9855557 or 12295529. OLE color: 12295529.
HSL color Cylindrical-coordinate representation of color #699DBB: hue angle of 201.95º degrees, saturation: 0.38, 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 #699DBB is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 157 | 187 | - |
| CMYK | 0.44 | 0.16 | 0 | 0.27 |
| HSL | 201.95º | 0.38% | 0.57% | - |
| HSV(B) | 201.95º | 0.44% | 0.73% | - |
| XYZ | 26.85 | 30.71 | 51.53 | - |
| YUV | 144.87 | 151.77 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 157 | 187 | 0.44 | 0.16 | 0 | 0.27 | 201.95 | 0.38 | 0.57 |
| Hex | 69 | 9D | BB | 2C | 10 | 0 | 1B | CA | 26 | 39 |
| Octal | 151 | 235 | 273 | 54 | 20 | 0 | 33 | 312 | 46 | 71 |
| Binary | 1101001 | 10011101 | 10111011 | 101100 | 10000 | 0 | 11011 | 11001010 | 100110 | 111001 |
Color Harmonies of #699DBB
Complementary color
Monochromatic Colors of #699DBB
Black with #699DBB
Text Example
Text Example
White with #699DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699DBB; }
p { color: rgb(105,157,187); }
H1.HeaderClassName
{
color: #699DBB;
}
.AnyTagClassName
{
color: #699DBB;
}
</style>
background-color css
<style>
a { background-color: #699DBB; }
a { background-color: rgb(105,157,187); }
div.DivClassName
{
background-color: #699DBB;
}
.BgClassName
{
background-color: #699DBB;
}
</style>
border-color css
<style>
span { border-color: #699DBB; }
span { border-color: rgb(105,157,187); }
td.TdClassName
{
border-color: #699DBB;
}
.TagClassName
{
border-color: #699DBB;
}
</style>