Shades of Shakespeare #6B9FBE
Tints of Shakespeare #6B9FBE
RGB
CMYK
RGB Variations
Color information
#6B9FBE (or 0x6B9FBE) is known color: Shakespeare. HEX triplet: 6B, 9F and BE. RGB value is (107,159,190). Sum of RGB (Red+Green+Blue) = 107+159+190=456 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.46% from 456); Green value is 159 (62.5% from 255 or 34.87% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #6B9FBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B9FBE is #946041. Grayscale: #929292. Windows color (decimal): -9723970 or 12492651. OLE color: 12492651.
HSL color Cylindrical-coordinate representation of color #6B9FBE: hue angle of 202.41º 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 #6B9FBE is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 107 | 159 | 190 | - |
| CMYK | 0.44 | 0.16 | 0 | 0.25 |
| HSL | 202.41º | 0.39% | 0.58% | - |
| HSV(B) | 202.41º | 0.44% | 0.75% | - |
| XYZ | 27.76 | 31.64 | 53.36 | - |
| YUV | 146.99 | 152.27 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 159 | 190 | 0.44 | 0.16 | 0 | 0.25 | 202.41 | 0.39 | 0.58 |
| Hex | 6B | 9F | BE | 2C | 10 | 0 | 19 | CA | 27 | 3A |
| Octal | 153 | 237 | 276 | 54 | 20 | 0 | 31 | 312 | 47 | 72 |
| Binary | 1101011 | 10011111 | 10111110 | 101100 | 10000 | 0 | 11001 | 11001010 | 100111 | 111010 |
Color Harmonies of #6B9FBE
Complementary color
Monochromatic Colors of #6B9FBE
Black with #6B9FBE
Text Example
Text Example
White with #6B9FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9FBE; }
p { color: rgb(107,159,190); }
H1.HeaderClassName
{
color: #6B9FBE;
}
.AnyTagClassName
{
color: #6B9FBE;
}
</style>
background-color css
<style>
a { background-color: #6B9FBE; }
a { background-color: rgb(107,159,190); }
div.DivClassName
{
background-color: #6B9FBE;
}
.BgClassName
{
background-color: #6B9FBE;
}
</style>
border-color css
<style>
span { border-color: #6B9FBE; }
span { border-color: rgb(107,159,190); }
td.TdClassName
{
border-color: #6B9FBE;
}
.TagClassName
{
border-color: #6B9FBE;
}
</style>