Shades of Shakespeare #6B93AF
Tints of Shakespeare #6B93AF
RGB
CMYK
RGB Variations
Color information
#6B93AF (or 0x6B93AF) is known color: Shakespeare. HEX triplet: 6B, 93 and AF. RGB value is (107,147,175). Sum of RGB (Red+Green+Blue) = 107+147+175=429 (56% of max value = 765). Red value is 107 (42.19% from 255 or 24.94% from 429); Green value is 147 (57.81% from 255 or 34.27% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 175 - color contains mainly: blue. Hex color #6B93AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B93AF is #946C50. Grayscale: #8A8A8A. Windows color (decimal): -9727057 or 11506539. OLE color: 11506539.
HSL color Cylindrical-coordinate representation of color #6B93AF: hue angle of 204.71º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6B93AF is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 107 | 147 | 175 | - |
| CMYK | 0.39 | 0.16 | 0 | 0.31 |
| HSL | 204.71º | 0.3% | 0.55% | - |
| HSV(B) | 204.71º | 0.39% | 0.69% | - |
| XYZ | 24.23 | 27.09 | 44.51 | - |
| YUV | 138.23 | 148.75 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 147 | 175 | 0.39 | 0.16 | 0 | 0.31 | 204.71 | 0.3 | 0.55 |
| Hex | 6B | 93 | AF | 27 | 10 | 0 | 1F | CD | 1E | 37 |
| Octal | 153 | 223 | 257 | 47 | 20 | 0 | 37 | 315 | 36 | 67 |
| Binary | 1101011 | 10010011 | 10101111 | 100111 | 10000 | 0 | 11111 | 11001101 | 11110 | 110111 |
Color Harmonies of #6B93AF
Complementary color
Monochromatic Colors of #6B93AF
Black with #6B93AF
Text Example
Text Example
White with #6B93AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B93AF; }
p { color: rgb(107,147,175); }
H1.HeaderClassName
{
color: #6B93AF;
}
.AnyTagClassName
{
color: #6B93AF;
}
</style>
background-color css
<style>
a { background-color: #6B93AF; }
a { background-color: rgb(107,147,175); }
div.DivClassName
{
background-color: #6B93AF;
}
.BgClassName
{
background-color: #6B93AF;
}
</style>
border-color css
<style>
span { border-color: #6B93AF; }
span { border-color: rgb(107,147,175); }
td.TdClassName
{
border-color: #6B93AF;
}
.TagClassName
{
border-color: #6B93AF;
}
</style>