Shades of Shakespeare #699BB4
Tints of Shakespeare #699BB4
RGB
CMYK
RGB Variations
Color information
#699BB4 (or 0x699BB4) is known color: Shakespeare. HEX triplet: 69, 9B and B4. RGB value is (105,155,180). Sum of RGB (Red+Green+Blue) = 105+155+180=440 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.86% from 440); Green value is 155 (60.94% from 255 or 35.23% from 440); Blue value is 180 (70.70% from 255 or 40.91% from 440); Max value from RGB is 180 - color contains mainly: blue. Hex color #699BB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699BB4 is #96644B. Grayscale: #8E8E8E. Windows color (decimal): -9856076 or 11836265. OLE color: 11836265.
HSL color Cylindrical-coordinate representation of color #699BB4: hue angle of 200º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #699BB4 is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 105 | 155 | 180 | - |
| CMYK | 0.42 | 0.14 | 0 | 0.29 |
| HSL | 200º | 0.33% | 0.56% | - |
| HSV(B) | 200º | 0.42% | 0.71% | - |
| XYZ | 25.79 | 29.74 | 47.56 | - |
| YUV | 142.9 | 148.94 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 155 | 180 | 0.42 | 0.14 | 0 | 0.29 | 200 | 0.33 | 0.56 |
| Hex | 69 | 9B | B4 | 2A | E | 0 | 1D | C8 | 21 | 38 |
| Octal | 151 | 233 | 264 | 52 | 16 | 0 | 35 | 310 | 41 | 70 |
| Binary | 1101001 | 10011011 | 10110100 | 101010 | 1110 | 0 | 11101 | 11001000 | 100001 | 111000 |
Color Harmonies of #699BB4
Complementary color
Monochromatic Colors of #699BB4
Black with #699BB4
Text Example
Text Example
White with #699BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699BB4; }
p { color: rgb(105,155,180); }
H1.HeaderClassName
{
color: #699BB4;
}
.AnyTagClassName
{
color: #699BB4;
}
</style>
background-color css
<style>
a { background-color: #699BB4; }
a { background-color: rgb(105,155,180); }
div.DivClassName
{
background-color: #699BB4;
}
.BgClassName
{
background-color: #699BB4;
}
</style>
border-color css
<style>
span { border-color: #699BB4; }
span { border-color: rgb(105,155,180); }
td.TdClassName
{
border-color: #699BB4;
}
.TagClassName
{
border-color: #699BB4;
}
</style>