Shades of Shakespeare #6B9DBE
Tints of Shakespeare #6B9DBE
RGB
CMYK
RGB Variations
Color information
#6B9DBE (or 0x6B9DBE) is known color: Shakespeare. HEX triplet: 6B, 9D and BE. RGB value is (107,157,190). Sum of RGB (Red+Green+Blue) = 107+157+190=454 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.57% from 454); Green value is 157 (61.72% from 255 or 34.58% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 190 - color contains mainly: blue. Hex color #6B9DBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B9DBE is #946241. Grayscale: #919191. Windows color (decimal): -9724482 or 12492139. OLE color: 12492139.
HSL color Cylindrical-coordinate representation of color #6B9DBE: hue angle of 203.86º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6B9DBE is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 107 | 157 | 190 | - |
| CMYK | 0.44 | 0.17 | 0 | 0.25 |
| HSL | 203.86º | 0.39% | 0.58% | - |
| HSV(B) | 203.86º | 0.44% | 0.75% | - |
| XYZ | 27.41 | 30.96 | 53.25 | - |
| YUV | 145.81 | 152.94 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 157 | 190 | 0.44 | 0.17 | 0 | 0.25 | 203.86 | 0.39 | 0.58 |
| Hex | 6B | 9D | BE | 2C | 11 | 0 | 19 | CC | 27 | 3A |
| Octal | 153 | 235 | 276 | 54 | 21 | 0 | 31 | 314 | 47 | 72 |
| Binary | 1101011 | 10011101 | 10111110 | 101100 | 10001 | 0 | 11001 | 11001100 | 100111 | 111010 |
Color Harmonies of #6B9DBE
Complementary color
Monochromatic Colors of #6B9DBE
Black with #6B9DBE
Text Example
Text Example
White with #6B9DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9DBE; }
p { color: rgb(107,157,190); }
H1.HeaderClassName
{
color: #6B9DBE;
}
.AnyTagClassName
{
color: #6B9DBE;
}
</style>
background-color css
<style>
a { background-color: #6B9DBE; }
a { background-color: rgb(107,157,190); }
div.DivClassName
{
background-color: #6B9DBE;
}
.BgClassName
{
background-color: #6B9DBE;
}
</style>
border-color css
<style>
span { border-color: #6B9DBE; }
span { border-color: rgb(107,157,190); }
td.TdClassName
{
border-color: #6B9DBE;
}
.TagClassName
{
border-color: #6B9DBE;
}
</style>