Shades of Shakespeare #639AB4
Tints of Shakespeare #639AB4
RGB
CMYK
RGB Variations
Color information
#639AB4 (or 0x639AB4) is known color: Shakespeare. HEX triplet: 63, 9A and B4. RGB value is (99,154,180). Sum of RGB (Red+Green+Blue) = 99+154+180=433 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.86% from 433); Green value is 154 (60.55% from 255 or 35.57% from 433); Blue value is 180 (70.70% from 255 or 41.57% from 433); Max value from RGB is 180 - color contains mainly: blue. Hex color #639AB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639AB4 is #9C654B. Grayscale: #8C8C8C. Windows color (decimal): -10249548 or 11836003. OLE color: 11836003.
HSL color Cylindrical-coordinate representation of color #639AB4: hue angle of 199.26º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #639AB4 is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 99 | 154 | 180 | - |
| CMYK | 0.45 | 0.14 | 0 | 0.29 |
| HSL | 199.26º | 0.35% | 0.55% | - |
| HSV(B) | 199.26º | 0.45% | 0.71% | - |
| XYZ | 24.94 | 29.06 | 47.47 | - |
| YUV | 140.52 | 150.28 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 154 | 180 | 0.45 | 0.14 | 0 | 0.29 | 199.26 | 0.35 | 0.55 |
| Hex | 63 | 9A | B4 | 2D | E | 0 | 1D | C7 | 23 | 37 |
| Octal | 143 | 232 | 264 | 55 | 16 | 0 | 35 | 307 | 43 | 67 |
| Binary | 1100011 | 10011010 | 10110100 | 101101 | 1110 | 0 | 11101 | 11000111 | 100011 | 110111 |
Color Harmonies of #639AB4
Complementary color
Monochromatic Colors of #639AB4
Black with #639AB4
Text Example
Text Example
White with #639AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639AB4; }
p { color: rgb(99,154,180); }
H1.HeaderClassName
{
color: #639AB4;
}
.AnyTagClassName
{
color: #639AB4;
}
</style>
background-color css
<style>
a { background-color: #639AB4; }
a { background-color: rgb(99,154,180); }
div.DivClassName
{
background-color: #639AB4;
}
.BgClassName
{
background-color: #639AB4;
}
</style>
border-color css
<style>
span { border-color: #639AB4; }
span { border-color: rgb(99,154,180); }
td.TdClassName
{
border-color: #639AB4;
}
.TagClassName
{
border-color: #639AB4;
}
</style>