Shades of Shakespeare #6B93B4
Tints of Shakespeare #6B93B4
RGB
CMYK
RGB Variations
Color information
#6B93B4 (or 0x6B93B4) is known color: Shakespeare. HEX triplet: 6B, 93 and B4. RGB value is (107,147,180). Sum of RGB (Red+Green+Blue) = 107+147+180=434 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.65% from 434); Green value is 147 (57.81% from 255 or 33.87% from 434); Blue value is 180 (70.70% from 255 or 41.47% from 434); Max value from RGB is 180 - color contains mainly: blue. Hex color #6B93B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B93B4 is #946C4B. Grayscale: #8A8A8A. Windows color (decimal): -9727052 or 11834219. OLE color: 11834219.
HSL color Cylindrical-coordinate representation of color #6B93B4: hue angle of 207.12º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6B93B4 is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 107 | 147 | 180 | - |
| CMYK | 0.41 | 0.18 | 0 | 0.29 |
| HSL | 207.12º | 0.33% | 0.56% | - |
| HSV(B) | 207.12º | 0.41% | 0.71% | - |
| XYZ | 24.74 | 27.29 | 47.14 | - |
| YUV | 138.8 | 151.25 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 147 | 180 | 0.41 | 0.18 | 0 | 0.29 | 207.12 | 0.33 | 0.56 |
| Hex | 6B | 93 | B4 | 29 | 12 | 0 | 1D | CF | 21 | 38 |
| Octal | 153 | 223 | 264 | 51 | 22 | 0 | 35 | 317 | 41 | 70 |
| Binary | 1101011 | 10010011 | 10110100 | 101001 | 10010 | 0 | 11101 | 11001111 | 100001 | 111000 |
Color Harmonies of #6B93B4
Complementary color
Monochromatic Colors of #6B93B4
Black with #6B93B4
Text Example
Text Example
White with #6B93B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B93B4; }
p { color: rgb(107,147,180); }
H1.HeaderClassName
{
color: #6B93B4;
}
.AnyTagClassName
{
color: #6B93B4;
}
</style>
background-color css
<style>
a { background-color: #6B93B4; }
a { background-color: rgb(107,147,180); }
div.DivClassName
{
background-color: #6B93B4;
}
.BgClassName
{
background-color: #6B93B4;
}
</style>
border-color css
<style>
span { border-color: #6B93B4; }
span { border-color: rgb(107,147,180); }
td.TdClassName
{
border-color: #6B93B4;
}
.TagClassName
{
border-color: #6B93B4;
}
</style>