Shades of Shakespeare #6399B3
Tints of Shakespeare #6399B3
RGB
CMYK
RGB Variations
Color information
#6399B3 (or 0x6399B3) is known color: Shakespeare. HEX triplet: 63, 99 and B3. RGB value is (99,153,179). Sum of RGB (Red+Green+Blue) = 99+153+179=431 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.97% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 179 (70.31% from 255 or 41.53% from 431); Max value from RGB is 179 - color contains mainly: blue. Hex color #6399B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6399B3 is #9C664C. Grayscale: #8B8B8B. Windows color (decimal): -10249805 or 11770211. OLE color: 11770211.
HSL color Cylindrical-coordinate representation of color #6399B3: hue angle of 199.5º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6399B3 is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 99 | 153 | 179 | - |
| CMYK | 0.45 | 0.15 | 0 | 0.30 |
| HSL | 199.5º | 0.34% | 0.55% | - |
| HSV(B) | 199.5º | 0.45% | 0.7% | - |
| XYZ | 24.67 | 28.69 | 46.89 | - |
| YUV | 139.82 | 150.11 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 153 | 179 | 0.45 | 0.15 | 0 | 0.30 | 199.5 | 0.34 | 0.55 |
| Hex | 63 | 99 | B3 | 2D | F | 0 | 1E | C8 | 22 | 37 |
| Octal | 143 | 231 | 263 | 55 | 17 | 0 | 36 | 310 | 42 | 67 |
| Binary | 1100011 | 10011001 | 10110011 | 101101 | 1111 | 0 | 11110 | 11001000 | 100010 | 110111 |
Color Harmonies of #6399B3
Complementary color
Monochromatic Colors of #6399B3
Black with #6399B3
Text Example
Text Example
White with #6399B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6399B3; }
p { color: rgb(99,153,179); }
H1.HeaderClassName
{
color: #6399B3;
}
.AnyTagClassName
{
color: #6399B3;
}
</style>
background-color css
<style>
a { background-color: #6399B3; }
a { background-color: rgb(99,153,179); }
div.DivClassName
{
background-color: #6399B3;
}
.BgClassName
{
background-color: #6399B3;
}
</style>
border-color css
<style>
span { border-color: #6399B3; }
span { border-color: rgb(99,153,179); }
td.TdClassName
{
border-color: #6399B3;
}
.TagClassName
{
border-color: #6399B3;
}
</style>