Shades of Shakespeare #6799BF
Tints of Shakespeare #6799BF
RGB
CMYK
RGB Variations
Color information
#6799BF (or 0x6799BF) is known color: Shakespeare. HEX triplet: 67, 99 and BF. RGB value is (103,153,191). Sum of RGB (Red+Green+Blue) = 103+153+191=447 (59% of max value = 765). Red value is 103 (40.62% from 255 or 23.04% from 447); Green value is 153 (60.16% from 255 or 34.23% from 447); Blue value is 191 (75% from 255 or 42.73% from 447); Max value from RGB is 191 - color contains mainly: blue. Hex color #6799BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6799BF is #986640. Grayscale: #8E8E8E. Windows color (decimal): -9987649 or 12556647. OLE color: 12556647.
HSL color Cylindrical-coordinate representation of color #6799BF: hue angle of 205.91º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6799BF is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 153 | 191 | - |
| CMYK | 0.46 | 0.20 | 0 | 0.25 |
| HSL | 205.91º | 0.41% | 0.58% | - |
| HSV(B) | 205.91º | 0.46% | 0.75% | - |
| XYZ | 26.39 | 29.43 | 53.58 | - |
| YUV | 142.38 | 155.44 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 153 | 191 | 0.46 | 0.20 | 0 | 0.25 | 205.91 | 0.41 | 0.58 |
| Hex | 67 | 99 | BF | 2E | 14 | 0 | 19 | CE | 29 | 3A |
| Octal | 147 | 231 | 277 | 56 | 24 | 0 | 31 | 316 | 51 | 72 |
| Binary | 1100111 | 10011001 | 10111111 | 101110 | 10100 | 0 | 11001 | 11001110 | 101001 | 111010 |
Color Harmonies of #6799BF
Complementary color
Monochromatic Colors of #6799BF
Black with #6799BF
Text Example
Text Example
White with #6799BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6799BF; }
p { color: rgb(103,153,191); }
H1.HeaderClassName
{
color: #6799BF;
}
.AnyTagClassName
{
color: #6799BF;
}
</style>
background-color css
<style>
a { background-color: #6799BF; }
a { background-color: rgb(103,153,191); }
div.DivClassName
{
background-color: #6799BF;
}
.BgClassName
{
background-color: #6799BF;
}
</style>
border-color css
<style>
span { border-color: #6799BF; }
span { border-color: rgb(103,153,191); }
td.TdClassName
{
border-color: #6799BF;
}
.TagClassName
{
border-color: #6799BF;
}
</style>