Shades of Shakespeare #6B9DBF
Tints of Shakespeare #6B9DBF
RGB
CMYK
RGB Variations
Color information
#6B9DBF (or 0x6B9DBF) is known color: Shakespeare. HEX triplet: 6B, 9D and BF. RGB value is (107,157,191). Sum of RGB (Red+Green+Blue) = 107+157+191=455 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.52% from 455); Green value is 157 (61.72% from 255 or 34.51% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 191 - color contains mainly: blue. Hex color #6B9DBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B9DBF is #946240. Grayscale: #919191. Windows color (decimal): -9724481 or 12557675. OLE color: 12557675.
HSL color Cylindrical-coordinate representation of color #6B9DBF: hue angle of 204.29º degrees, saturation: 0.4, 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 #6B9DBF is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 107 | 157 | 191 | - |
| CMYK | 0.44 | 0.18 | 0 | 0.25 |
| HSL | 204.29º | 0.4% | 0.58% | - |
| HSV(B) | 204.29º | 0.44% | 0.75% | - |
| XYZ | 27.52 | 31 | 53.82 | - |
| YUV | 145.93 | 153.44 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 157 | 191 | 0.44 | 0.18 | 0 | 0.25 | 204.29 | 0.4 | 0.58 |
| Hex | 6B | 9D | BF | 2C | 12 | 0 | 19 | CC | 28 | 3A |
| Octal | 153 | 235 | 277 | 54 | 22 | 0 | 31 | 314 | 50 | 72 |
| Binary | 1101011 | 10011101 | 10111111 | 101100 | 10010 | 0 | 11001 | 11001100 | 101000 | 111010 |
Color Harmonies of #6B9DBF
Complementary color
Monochromatic Colors of #6B9DBF
Black with #6B9DBF
Text Example
Text Example
White with #6B9DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9DBF; }
p { color: rgb(107,157,191); }
H1.HeaderClassName
{
color: #6B9DBF;
}
.AnyTagClassName
{
color: #6B9DBF;
}
</style>
background-color css
<style>
a { background-color: #6B9DBF; }
a { background-color: rgb(107,157,191); }
div.DivClassName
{
background-color: #6B9DBF;
}
.BgClassName
{
background-color: #6B9DBF;
}
</style>
border-color css
<style>
span { border-color: #6B9DBF; }
span { border-color: rgb(107,157,191); }
td.TdClassName
{
border-color: #6B9DBF;
}
.TagClassName
{
border-color: #6B9DBF;
}
</style>