Shades of Shakespeare #6893AF
Tints of Shakespeare #6893AF
RGB
CMYK
RGB Variations
Color information
#6893AF (or 0x6893AF) is known color: Shakespeare. HEX triplet: 68, 93 and AF. RGB value is (104,147,175). Sum of RGB (Red+Green+Blue) = 104+147+175=426 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.41% from 426); Green value is 147 (57.81% from 255 or 34.51% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 175 - color contains mainly: blue. Hex color #6893AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6893AF is #976C50. Grayscale: #898989. Windows color (decimal): -9923665 or 11506536. OLE color: 11506536.
HSL color Cylindrical-coordinate representation of color #6893AF: hue angle of 203.66º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6893AF is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 147 | 175 | - |
| CMYK | 0.41 | 0.16 | 0 | 0.31 |
| HSL | 203.66º | 0.31% | 0.55% | - |
| HSV(B) | 203.66º | 0.41% | 0.69% | - |
| XYZ | 23.88 | 26.91 | 44.49 | - |
| YUV | 137.34 | 149.25 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 147 | 175 | 0.41 | 0.16 | 0 | 0.31 | 203.66 | 0.31 | 0.55 |
| Hex | 68 | 93 | AF | 29 | 10 | 0 | 1F | CC | 1F | 37 |
| Octal | 150 | 223 | 257 | 51 | 20 | 0 | 37 | 314 | 37 | 67 |
| Binary | 1101000 | 10010011 | 10101111 | 101001 | 10000 | 0 | 11111 | 11001100 | 11111 | 110111 |
Color Harmonies of #6893AF
Complementary color
Monochromatic Colors of #6893AF
Black with #6893AF
Text Example
Text Example
White with #6893AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6893AF; }
p { color: rgb(104,147,175); }
H1.HeaderClassName
{
color: #6893AF;
}
.AnyTagClassName
{
color: #6893AF;
}
</style>
background-color css
<style>
a { background-color: #6893AF; }
a { background-color: rgb(104,147,175); }
div.DivClassName
{
background-color: #6893AF;
}
.BgClassName
{
background-color: #6893AF;
}
</style>
border-color css
<style>
span { border-color: #6893AF; }
span { border-color: rgb(104,147,175); }
td.TdClassName
{
border-color: #6893AF;
}
.TagClassName
{
border-color: #6893AF;
}
</style>