Shades of Shakespeare #699BC4
Tints of Shakespeare #699BC4
RGB
CMYK
RGB Variations
Color information
#699BC4 (or 0x699BC4) is known color: Shakespeare. HEX triplet: 69, 9B and C4. RGB value is (105,155,196). Sum of RGB (Red+Green+Blue) = 105+155+196=456 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.03% from 456); Green value is 155 (60.94% from 255 or 33.99% from 456); Blue value is 196 (76.95% from 255 or 42.98% from 456); Max value from RGB is 196 - color contains mainly: blue. Hex color #699BC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699BC4 is #96643B. Grayscale: #909090. Windows color (decimal): -9856060 or 12884841. OLE color: 12884841.
HSL color Cylindrical-coordinate representation of color #699BC4: hue angle of 207.03º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #699BC4 is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 105 | 155 | 196 | - |
| CMYK | 0.46 | 0.21 | 0 | 0.23 |
| HSL | 207.03º | 0.44% | 0.59% | - |
| HSV(B) | 207.03º | 0.46% | 0.77% | - |
| XYZ | 27.51 | 30.43 | 56.65 | - |
| YUV | 144.72 | 156.94 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 155 | 196 | 0.46 | 0.21 | 0 | 0.23 | 207.03 | 0.44 | 0.59 |
| Hex | 69 | 9B | C4 | 2E | 15 | 0 | 17 | CF | 2C | 3B |
| Octal | 151 | 233 | 304 | 56 | 25 | 0 | 27 | 317 | 54 | 73 |
| Binary | 1101001 | 10011011 | 11000100 | 101110 | 10101 | 0 | 10111 | 11001111 | 101100 | 111011 |
Color Harmonies of #699BC4
Complementary color
Monochromatic Colors of #699BC4
Black with #699BC4
Text Example
Text Example
White with #699BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699BC4; }
p { color: rgb(105,155,196); }
H1.HeaderClassName
{
color: #699BC4;
}
.AnyTagClassName
{
color: #699BC4;
}
</style>
background-color css
<style>
a { background-color: #699BC4; }
a { background-color: rgb(105,155,196); }
div.DivClassName
{
background-color: #699BC4;
}
.BgClassName
{
background-color: #699BC4;
}
</style>
border-color css
<style>
span { border-color: #699BC4; }
span { border-color: rgb(105,155,196); }
td.TdClassName
{
border-color: #699BC4;
}
.TagClassName
{
border-color: #699BC4;
}
</style>