Shades of Shakespeare #699AC2
Tints of Shakespeare #699AC2
RGB
CMYK
RGB Variations
Color information
#699AC2 (or 0x699AC2) is known color: Shakespeare. HEX triplet: 69, 9A and C2. RGB value is (105,154,194). Sum of RGB (Red+Green+Blue) = 105+154+194=453 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.18% from 453); Green value is 154 (60.55% from 255 or 34.00% from 453); Blue value is 194 (76.17% from 255 or 42.83% from 453); Max value from RGB is 194 - color contains mainly: blue. Hex color #699AC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699AC2 is #96653D. Grayscale: #8F8F8F. Windows color (decimal): -9856318 or 12753513. OLE color: 12753513.
HSL color Cylindrical-coordinate representation of color #699AC2: hue angle of 206.97º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #699AC2 is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 154 | 194 | - |
| CMYK | 0.46 | 0.21 | 0 | 0.24 |
| HSL | 206.97º | 0.42% | 0.59% | - |
| HSV(B) | 206.97º | 0.46% | 0.76% | - |
| XYZ | 27.12 | 30.01 | 55.4 | - |
| YUV | 143.91 | 156.27 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 154 | 194 | 0.46 | 0.21 | 0 | 0.24 | 206.97 | 0.42 | 0.59 |
| Hex | 69 | 9A | C2 | 2E | 15 | 0 | 18 | CF | 2A | 3B |
| Octal | 151 | 232 | 302 | 56 | 25 | 0 | 30 | 317 | 52 | 73 |
| Binary | 1101001 | 10011010 | 11000010 | 101110 | 10101 | 0 | 11000 | 11001111 | 101010 | 111011 |
Color Harmonies of #699AC2
Complementary color
Monochromatic Colors of #699AC2
Black with #699AC2
Text Example
Text Example
White with #699AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699AC2; }
p { color: rgb(105,154,194); }
H1.HeaderClassName
{
color: #699AC2;
}
.AnyTagClassName
{
color: #699AC2;
}
</style>
background-color css
<style>
a { background-color: #699AC2; }
a { background-color: rgb(105,154,194); }
div.DivClassName
{
background-color: #699AC2;
}
.BgClassName
{
background-color: #699AC2;
}
</style>
border-color css
<style>
span { border-color: #699AC2; }
span { border-color: rgb(105,154,194); }
td.TdClassName
{
border-color: #699AC2;
}
.TagClassName
{
border-color: #699AC2;
}
</style>