Shades of Shakespeare #699BBE
Tints of Shakespeare #699BBE
RGB
CMYK
RGB Variations
Color information
#699BBE (or 0x699BBE) is known color: Shakespeare. HEX triplet: 69, 9B and BE. RGB value is (105,155,190). Sum of RGB (Red+Green+Blue) = 105+155+190=450 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.33% from 450); Green value is 155 (60.94% from 255 or 34.44% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 190 - color contains mainly: blue. Hex color #699BBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699BBE is #966441. Grayscale: #8F8F8F. Windows color (decimal): -9856066 or 12491625. OLE color: 12491625.
HSL color Cylindrical-coordinate representation of color #699BBE: hue angle of 204.71º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #699BBE is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 105 | 155 | 190 | - |
| CMYK | 0.45 | 0.18 | 0 | 0.25 |
| HSL | 204.71º | 0.4% | 0.58% | - |
| HSV(B) | 204.71º | 0.45% | 0.75% | - |
| XYZ | 26.84 | 30.16 | 53.12 | - |
| YUV | 144.04 | 153.94 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 155 | 190 | 0.45 | 0.18 | 0 | 0.25 | 204.71 | 0.4 | 0.58 |
| Hex | 69 | 9B | BE | 2D | 12 | 0 | 19 | CD | 28 | 3A |
| Octal | 151 | 233 | 276 | 55 | 22 | 0 | 31 | 315 | 50 | 72 |
| Binary | 1101001 | 10011011 | 10111110 | 101101 | 10010 | 0 | 11001 | 11001101 | 101000 | 111010 |
Color Harmonies of #699BBE
Complementary color
Monochromatic Colors of #699BBE
Black with #699BBE
Text Example
Text Example
White with #699BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699BBE; }
p { color: rgb(105,155,190); }
H1.HeaderClassName
{
color: #699BBE;
}
.AnyTagClassName
{
color: #699BBE;
}
</style>
background-color css
<style>
a { background-color: #699BBE; }
a { background-color: rgb(105,155,190); }
div.DivClassName
{
background-color: #699BBE;
}
.BgClassName
{
background-color: #699BBE;
}
</style>
border-color css
<style>
span { border-color: #699BBE; }
span { border-color: rgb(105,155,190); }
td.TdClassName
{
border-color: #699BBE;
}
.TagClassName
{
border-color: #699BBE;
}
</style>