Shades of Shakespeare #6795BB
Tints of Shakespeare #6795BB
RGB
CMYK
RGB Variations
Color information
#6795BB (or 0x6795BB) is known color: Shakespeare. HEX triplet: 67, 95 and BB. RGB value is (103,149,187). Sum of RGB (Red+Green+Blue) = 103+149+187=439 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.46% from 439); Green value is 149 (58.59% from 255 or 33.94% from 439); Blue value is 187 (73.44% from 255 or 42.60% from 439); Max value from RGB is 187 - color contains mainly: blue. Hex color #6795BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6795BB is #986A44. Grayscale: #8B8B8B. Windows color (decimal): -9988677 or 12293479. OLE color: 12293479.
HSL color Cylindrical-coordinate representation of color #6795BB: hue angle of 207.14º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6795BB is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 149 | 187 | - |
| CMYK | 0.45 | 0.20 | 0 | 0.27 |
| HSL | 207.14º | 0.38% | 0.57% | - |
| HSV(B) | 207.14º | 0.45% | 0.73% | - |
| XYZ | 25.31 | 27.97 | 51.08 | - |
| YUV | 139.58 | 154.76 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 149 | 187 | 0.45 | 0.20 | 0 | 0.27 | 207.14 | 0.38 | 0.57 |
| Hex | 67 | 95 | BB | 2D | 14 | 0 | 1B | CF | 26 | 39 |
| Octal | 147 | 225 | 273 | 55 | 24 | 0 | 33 | 317 | 46 | 71 |
| Binary | 1100111 | 10010101 | 10111011 | 101101 | 10100 | 0 | 11011 | 11001111 | 100110 | 111001 |
Color Harmonies of #6795BB
Complementary color
Monochromatic Colors of #6795BB
Black with #6795BB
Text Example
Text Example
White with #6795BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6795BB; }
p { color: rgb(103,149,187); }
H1.HeaderClassName
{
color: #6795BB;
}
.AnyTagClassName
{
color: #6795BB;
}
</style>
background-color css
<style>
a { background-color: #6795BB; }
a { background-color: rgb(103,149,187); }
div.DivClassName
{
background-color: #6795BB;
}
.BgClassName
{
background-color: #6795BB;
}
</style>
border-color css
<style>
span { border-color: #6795BB; }
span { border-color: rgb(103,149,187); }
td.TdClassName
{
border-color: #6795BB;
}
.TagClassName
{
border-color: #6795BB;
}
</style>