Shades of Shakespeare #6698BE
Tints of Shakespeare #6698BE
RGB
CMYK
RGB Variations
Color information
#6698BE (or 0x6698BE) is known color: Shakespeare. HEX triplet: 66, 98 and BE. RGB value is (102,152,190). Sum of RGB (Red+Green+Blue) = 102+152+190=444 (58% of max value = 765). Red value is 102 (40.23% from 255 or 22.97% from 444); Green value is 152 (59.77% from 255 or 34.23% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 190 - color contains mainly: blue. Hex color #6698BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6698BE is #996741. Grayscale: #8D8D8D. Windows color (decimal): -10053442 or 12490854. OLE color: 12490854.
HSL color Cylindrical-coordinate representation of color #6698BE: hue angle of 205.91º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6698BE is Cyan = 0.46, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 152 | 190 | - |
| CMYK | 0.46 | 0.2 | 0 | 0.25 |
| HSL | 205.91º | 0.4% | 0.57% | - |
| HSV(B) | 205.91º | 0.46% | 0.75% | - |
| XYZ | 26 | 29 | 52.94 | - |
| YUV | 141.38 | 155.44 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 152 | 190 | 0.46 | 0.2 | 0 | 0.25 | 205.91 | 0.4 | 0.57 |
| Hex | 66 | 98 | BE | 2E | 14 | 0 | 19 | CE | 28 | 39 |
| Octal | 146 | 230 | 276 | 56 | 24 | 0 | 31 | 316 | 50 | 71 |
| Binary | 1100110 | 10011000 | 10111110 | 101110 | 10100 | 0 | 11001 | 11001110 | 101000 | 111001 |
Color Harmonies of #6698BE
Complementary color
Monochromatic Colors of #6698BE
Black with #6698BE
Text Example
Text Example
White with #6698BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6698BE; }
p { color: rgb(102,152,190); }
H1.HeaderClassName
{
color: #6698BE;
}
.AnyTagClassName
{
color: #6698BE;
}
</style>
background-color css
<style>
a { background-color: #6698BE; }
a { background-color: rgb(102,152,190); }
div.DivClassName
{
background-color: #6698BE;
}
.BgClassName
{
background-color: #6698BE;
}
</style>
border-color css
<style>
span { border-color: #6698BE; }
span { border-color: rgb(102,152,190); }
td.TdClassName
{
border-color: #6698BE;
}
.TagClassName
{
border-color: #6698BE;
}
</style>