Shades of Shakespeare #6899B7
Tints of Shakespeare #6899B7
RGB
CMYK
RGB Variations
Color information
#6899B7 (or 0x6899B7) is known color: Shakespeare. HEX triplet: 68, 99 and B7. RGB value is (104,153,183). Sum of RGB (Red+Green+Blue) = 104+153+183=440 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.64% from 440); Green value is 153 (60.16% from 255 or 34.77% from 440); Blue value is 183 (71.88% from 255 or 41.59% from 440); Max value from RGB is 183 - color contains mainly: blue. Hex color #6899B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6899B7 is #976648. Grayscale: #8D8D8D. Windows color (decimal): -9922121 or 12032360. OLE color: 12032360.
HSL color Cylindrical-coordinate representation of color #6899B7: hue angle of 202.78º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6899B7 is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 104 | 153 | 183 | - |
| CMYK | 0.43 | 0.16 | 0 | 0.28 |
| HSL | 202.78º | 0.35% | 0.56% | - |
| HSV(B) | 202.78º | 0.43% | 0.72% | - |
| XYZ | 25.65 | 29.14 | 49.07 | - |
| YUV | 141.77 | 151.27 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 153 | 183 | 0.43 | 0.16 | 0 | 0.28 | 202.78 | 0.35 | 0.56 |
| Hex | 68 | 99 | B7 | 2B | 10 | 0 | 1C | CB | 23 | 38 |
| Octal | 150 | 231 | 267 | 53 | 20 | 0 | 34 | 313 | 43 | 70 |
| Binary | 1101000 | 10011001 | 10110111 | 101011 | 10000 | 0 | 11100 | 11001011 | 100011 | 111000 |
Color Harmonies of #6899B7
Complementary color
Monochromatic Colors of #6899B7
Black with #6899B7
Text Example
Text Example
White with #6899B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6899B7; }
p { color: rgb(104,153,183); }
H1.HeaderClassName
{
color: #6899B7;
}
.AnyTagClassName
{
color: #6899B7;
}
</style>
background-color css
<style>
a { background-color: #6899B7; }
a { background-color: rgb(104,153,183); }
div.DivClassName
{
background-color: #6899B7;
}
.BgClassName
{
background-color: #6899B7;
}
</style>
border-color css
<style>
span { border-color: #6899B7; }
span { border-color: rgb(104,153,183); }
td.TdClassName
{
border-color: #6899B7;
}
.TagClassName
{
border-color: #6899B7;
}
</style>