Shades of Shakespeare #6691B4
Tints of Shakespeare #6691B4
RGB
CMYK
RGB Variations
Color information
#6691B4 (or 0x6691B4) is known color: Shakespeare. HEX triplet: 66, 91 and B4. RGB value is (102,145,180). Sum of RGB (Red+Green+Blue) = 102+145+180=427 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.89% from 427); Green value is 145 (57.03% from 255 or 33.96% from 427); Blue value is 180 (70.70% from 255 or 42.15% from 427); Max value from RGB is 180 - color contains mainly: blue. Hex color #6691B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6691B4 is #996E4B. Grayscale: #878787. Windows color (decimal): -10055244 or 11833702. OLE color: 11833702.
HSL color Cylindrical-coordinate representation of color #6691B4: hue angle of 206.92º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6691B4 is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 102 | 145 | 180 | - |
| CMYK | 0.43 | 0.19 | 0 | 0.29 |
| HSL | 206.92º | 0.34% | 0.55% | - |
| HSV(B) | 206.92º | 0.43% | 0.71% | - |
| XYZ | 23.84 | 26.37 | 47.01 | - |
| YUV | 136.13 | 152.75 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 145 | 180 | 0.43 | 0.19 | 0 | 0.29 | 206.92 | 0.34 | 0.55 |
| Hex | 66 | 91 | B4 | 2B | 13 | 0 | 1D | CF | 22 | 37 |
| Octal | 146 | 221 | 264 | 53 | 23 | 0 | 35 | 317 | 42 | 67 |
| Binary | 1100110 | 10010001 | 10110100 | 101011 | 10011 | 0 | 11101 | 11001111 | 100010 | 110111 |
Color Harmonies of #6691B4
Complementary color
Monochromatic Colors of #6691B4
Black with #6691B4
Text Example
Text Example
White with #6691B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6691B4; }
p { color: rgb(102,145,180); }
H1.HeaderClassName
{
color: #6691B4;
}
.AnyTagClassName
{
color: #6691B4;
}
</style>
background-color css
<style>
a { background-color: #6691B4; }
a { background-color: rgb(102,145,180); }
div.DivClassName
{
background-color: #6691B4;
}
.BgClassName
{
background-color: #6691B4;
}
</style>
border-color css
<style>
span { border-color: #6691B4; }
span { border-color: rgb(102,145,180); }
td.TdClassName
{
border-color: #6691B4;
}
.TagClassName
{
border-color: #6691B4;
}
</style>