Shades of Shakespeare #6994AF
Tints of Shakespeare #6994AF
RGB
CMYK
RGB Variations
Color information
#6994AF (or 0x6994AF) is known color: Shakespeare. HEX triplet: 69, 94 and AF. RGB value is (105,148,175). Sum of RGB (Red+Green+Blue) = 105+148+175=428 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.53% from 428); Green value is 148 (58.20% from 255 or 34.58% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 175 - color contains mainly: blue. Hex color #6994AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6994AF is #966B50. Grayscale: #8A8A8A. Windows color (decimal): -9857873 or 11506793. OLE color: 11506793.
HSL color Cylindrical-coordinate representation of color #6994AF: hue angle of 203.14º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6994AF is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 105 | 148 | 175 | - |
| CMYK | 0.40 | 0.15 | 0 | 0.31 |
| HSL | 203.14º | 0.3% | 0.55% | - |
| HSV(B) | 203.14º | 0.4% | 0.69% | - |
| XYZ | 24.15 | 27.28 | 44.55 | - |
| YUV | 138.22 | 148.75 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 148 | 175 | 0.40 | 0.15 | 0 | 0.31 | 203.14 | 0.3 | 0.55 |
| Hex | 69 | 94 | AF | 28 | F | 0 | 1F | CB | 1E | 37 |
| Octal | 151 | 224 | 257 | 50 | 17 | 0 | 37 | 313 | 36 | 67 |
| Binary | 1101001 | 10010100 | 10101111 | 101000 | 1111 | 0 | 11111 | 11001011 | 11110 | 110111 |
Color Harmonies of #6994AF
Complementary color
Monochromatic Colors of #6994AF
Black with #6994AF
Text Example
Text Example
White with #6994AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6994AF; }
p { color: rgb(105,148,175); }
H1.HeaderClassName
{
color: #6994AF;
}
.AnyTagClassName
{
color: #6994AF;
}
</style>
background-color css
<style>
a { background-color: #6994AF; }
a { background-color: rgb(105,148,175); }
div.DivClassName
{
background-color: #6994AF;
}
.BgClassName
{
background-color: #6994AF;
}
</style>
border-color css
<style>
span { border-color: #6994AF; }
span { border-color: rgb(105,148,175); }
td.TdClassName
{
border-color: #6994AF;
}
.TagClassName
{
border-color: #6994AF;
}
</style>