Shades of Shakespeare #6D94AF
Tints of Shakespeare #6D94AF
RGB
CMYK
RGB Variations
Color information
#6D94AF (or 0x6D94AF) is known color: Shakespeare. HEX triplet: 6D, 94 and AF. RGB value is (109,148,175). Sum of RGB (Red+Green+Blue) = 109+148+175=432 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.23% from 432); Green value is 148 (58.20% from 255 or 34.26% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 175 - color contains mainly: blue. Hex color #6D94AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D94AF is #926B50. Grayscale: #8B8B8B. Windows color (decimal): -9595729 or 11506797. OLE color: 11506797.
HSL color Cylindrical-coordinate representation of color #6D94AF: hue angle of 204.55º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6D94AF is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 109 | 148 | 175 | - |
| CMYK | 0.38 | 0.15 | 0 | 0.31 |
| HSL | 204.55º | 0.29% | 0.56% | - |
| HSV(B) | 204.55º | 0.38% | 0.69% | - |
| XYZ | 24.63 | 27.53 | 44.57 | - |
| YUV | 139.42 | 148.08 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 148 | 175 | 0.38 | 0.15 | 0 | 0.31 | 204.55 | 0.29 | 0.56 |
| Hex | 6D | 94 | AF | 26 | F | 0 | 1F | CD | 1D | 38 |
| Octal | 155 | 224 | 257 | 46 | 17 | 0 | 37 | 315 | 35 | 70 |
| Binary | 1101101 | 10010100 | 10101111 | 100110 | 1111 | 0 | 11111 | 11001101 | 11101 | 111000 |
Color Harmonies of #6D94AF
Complementary color
Monochromatic Colors of #6D94AF
Black with #6D94AF
Text Example
Text Example
White with #6D94AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D94AF; }
p { color: rgb(109,148,175); }
H1.HeaderClassName
{
color: #6D94AF;
}
.AnyTagClassName
{
color: #6D94AF;
}
</style>
background-color css
<style>
a { background-color: #6D94AF; }
a { background-color: rgb(109,148,175); }
div.DivClassName
{
background-color: #6D94AF;
}
.BgClassName
{
background-color: #6D94AF;
}
</style>
border-color css
<style>
span { border-color: #6D94AF; }
span { border-color: rgb(109,148,175); }
td.TdClassName
{
border-color: #6D94AF;
}
.TagClassName
{
border-color: #6D94AF;
}
</style>