Shades of Shakespeare #6794AD
Tints of Shakespeare #6794AD
RGB
CMYK
RGB Variations
Color information
#6794AD (or 0x6794AD) is known color: Shakespeare. HEX triplet: 67, 94 and AD. RGB value is (103,148,173). Sum of RGB (Red+Green+Blue) = 103+148+173=424 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.29% from 424); Green value is 148 (58.20% from 255 or 34.91% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 173 - color contains mainly: blue. Hex color #6794AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6794AD is #986B52. Grayscale: #898989. Windows color (decimal): -9988947 or 11375719. OLE color: 11375719.
HSL color Cylindrical-coordinate representation of color #6794AD: hue angle of 201.43º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6794AD is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 148 | 173 | - |
| CMYK | 0.40 | 0.14 | 0 | 0.32 |
| HSL | 201.43º | 0.3% | 0.54% | - |
| HSV(B) | 201.43º | 0.4% | 0.68% | - |
| XYZ | 23.73 | 27.08 | 43.51 | - |
| YUV | 137.4 | 148.09 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 148 | 173 | 0.40 | 0.14 | 0 | 0.32 | 201.43 | 0.3 | 0.54 |
| Hex | 67 | 94 | AD | 28 | E | 0 | 20 | C9 | 1E | 36 |
| Octal | 147 | 224 | 255 | 50 | 16 | 0 | 40 | 311 | 36 | 66 |
| Binary | 1100111 | 10010100 | 10101101 | 101000 | 1110 | 0 | 100000 | 11001001 | 11110 | 110110 |
Color Harmonies of #6794AD
Complementary color
Monochromatic Colors of #6794AD
Black with #6794AD
Text Example
Text Example
White with #6794AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6794AD; }
p { color: rgb(103,148,173); }
H1.HeaderClassName
{
color: #6794AD;
}
.AnyTagClassName
{
color: #6794AD;
}
</style>
background-color css
<style>
a { background-color: #6794AD; }
a { background-color: rgb(103,148,173); }
div.DivClassName
{
background-color: #6794AD;
}
.BgClassName
{
background-color: #6794AD;
}
</style>
border-color css
<style>
span { border-color: #6794AD; }
span { border-color: rgb(103,148,173); }
td.TdClassName
{
border-color: #6794AD;
}
.TagClassName
{
border-color: #6794AD;
}
</style>