Shades of Shakespeare #6B9DB0
Tints of Shakespeare #6B9DB0
RGB
CMYK
RGB Variations
Color information
#6B9DB0 (or 0x6B9DB0) is known color: Shakespeare. HEX triplet: 6B, 9D and B0. RGB value is (107,157,176). Sum of RGB (Red+Green+Blue) = 107+157+176=440 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.32% from 440); Green value is 157 (61.72% from 255 or 35.68% from 440); Blue value is 176 (69.14% from 255 or 40% from 440); Max value from RGB is 176 - color contains mainly: blue. Hex color #6B9DB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9DB0 is #94624F. Grayscale: #909090. Windows color (decimal): -9724496 or 11574635. OLE color: 11574635.
HSL color Cylindrical-coordinate representation of color #6B9DB0: hue angle of 196.52º 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 #6B9DB0 is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 107 | 157 | 176 | - |
| CMYK | 0.39 | 0.11 | 0 | 0.31 |
| HSL | 196.52º | 0.3% | 0.55% | - |
| HSV(B) | 196.52º | 0.39% | 0.69% | - |
| XYZ | 25.96 | 30.37 | 45.57 | - |
| YUV | 144.22 | 145.94 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 157 | 176 | 0.39 | 0.11 | 0 | 0.31 | 196.52 | 0.3 | 0.55 |
| Hex | 6B | 9D | B0 | 27 | B | 0 | 1F | C5 | 1E | 37 |
| Octal | 153 | 235 | 260 | 47 | 13 | 0 | 37 | 305 | 36 | 67 |
| Binary | 1101011 | 10011101 | 10110000 | 100111 | 1011 | 0 | 11111 | 11000101 | 11110 | 110111 |
Color Harmonies of #6B9DB0
Complementary color
Monochromatic Colors of #6B9DB0
Black with #6B9DB0
Text Example
Text Example
White with #6B9DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9DB0; }
p { color: rgb(107,157,176); }
H1.HeaderClassName
{
color: #6B9DB0;
}
.AnyTagClassName
{
color: #6B9DB0;
}
</style>
background-color css
<style>
a { background-color: #6B9DB0; }
a { background-color: rgb(107,157,176); }
div.DivClassName
{
background-color: #6B9DB0;
}
.BgClassName
{
background-color: #6B9DB0;
}
</style>
border-color css
<style>
span { border-color: #6B9DB0; }
span { border-color: rgb(107,157,176); }
td.TdClassName
{
border-color: #6B9DB0;
}
.TagClassName
{
border-color: #6B9DB0;
}
</style>