Shades of Shakespeare #6999B4
Tints of Shakespeare #6999B4
RGB
CMYK
RGB Variations
Color information
#6999B4 (or 0x6999B4) is known color: Shakespeare. HEX triplet: 69, 99 and B4. RGB value is (105,153,180). Sum of RGB (Red+Green+Blue) = 105+153+180=438 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.97% from 438); Green value is 153 (60.16% from 255 or 34.93% from 438); Blue value is 180 (70.70% from 255 or 41.10% from 438); Max value from RGB is 180 - color contains mainly: blue. Hex color #6999B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6999B4 is #96664B. Grayscale: #8D8D8D. Windows color (decimal): -9856588 or 11835753. OLE color: 11835753.
HSL color Cylindrical-coordinate representation of color #6999B4: hue angle of 201.6º 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 #6999B4 is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 105 | 153 | 180 | - |
| CMYK | 0.42 | 0.15 | 0 | 0.29 |
| HSL | 201.6º | 0.33% | 0.56% | - |
| HSV(B) | 201.6º | 0.42% | 0.71% | - |
| XYZ | 25.46 | 29.08 | 47.45 | - |
| YUV | 141.73 | 149.6 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 153 | 180 | 0.42 | 0.15 | 0 | 0.29 | 201.6 | 0.33 | 0.56 |
| Hex | 69 | 99 | B4 | 2A | F | 0 | 1D | CA | 21 | 38 |
| Octal | 151 | 231 | 264 | 52 | 17 | 0 | 35 | 312 | 41 | 70 |
| Binary | 1101001 | 10011001 | 10110100 | 101010 | 1111 | 0 | 11101 | 11001010 | 100001 | 111000 |
Color Harmonies of #6999B4
Complementary color
Monochromatic Colors of #6999B4
Black with #6999B4
Text Example
Text Example
White with #6999B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6999B4; }
p { color: rgb(105,153,180); }
H1.HeaderClassName
{
color: #6999B4;
}
.AnyTagClassName
{
color: #6999B4;
}
</style>
background-color css
<style>
a { background-color: #6999B4; }
a { background-color: rgb(105,153,180); }
div.DivClassName
{
background-color: #6999B4;
}
.BgClassName
{
background-color: #6999B4;
}
</style>
border-color css
<style>
span { border-color: #6999B4; }
span { border-color: rgb(105,153,180); }
td.TdClassName
{
border-color: #6999B4;
}
.TagClassName
{
border-color: #6999B4;
}
</style>