Shades of Shakespeare #638FB5
Tints of Shakespeare #638FB5
RGB
CMYK
RGB Variations
Color information
#638FB5 (or 0x638FB5) is known color: Shakespeare. HEX triplet: 63, 8F and B5. RGB value is (99,143,181). Sum of RGB (Red+Green+Blue) = 99+143+181=423 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.40% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 181 (71.09% from 255 or 42.79% from 423); Max value from RGB is 181 - color contains mainly: blue. Hex color #638FB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638FB5 is #9C704A. Grayscale: #858585. Windows color (decimal): -10252363 or 11898723. OLE color: 11898723.
HSL color Cylindrical-coordinate representation of color #638FB5: hue angle of 207.8º degrees, saturation: 0.36, 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 #638FB5 is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 99 | 143 | 181 | - |
| CMYK | 0.45 | 0.21 | 0 | 0.29 |
| HSL | 207.8º | 0.36% | 0.55% | - |
| HSV(B) | 207.8º | 0.45% | 0.71% | - |
| XYZ | 23.31 | 25.63 | 47.44 | - |
| YUV | 134.18 | 154.42 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 143 | 181 | 0.45 | 0.21 | 0 | 0.29 | 207.8 | 0.36 | 0.55 |
| Hex | 63 | 8F | B5 | 2D | 15 | 0 | 1D | D0 | 24 | 37 |
| Octal | 143 | 217 | 265 | 55 | 25 | 0 | 35 | 320 | 44 | 67 |
| Binary | 1100011 | 10001111 | 10110101 | 101101 | 10101 | 0 | 11101 | 11010000 | 100100 | 110111 |
Color Harmonies of #638FB5
Complementary color
Monochromatic Colors of #638FB5
Black with #638FB5
Text Example
Text Example
White with #638FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638FB5; }
p { color: rgb(99,143,181); }
H1.HeaderClassName
{
color: #638FB5;
}
.AnyTagClassName
{
color: #638FB5;
}
</style>
background-color css
<style>
a { background-color: #638FB5; }
a { background-color: rgb(99,143,181); }
div.DivClassName
{
background-color: #638FB5;
}
.BgClassName
{
background-color: #638FB5;
}
</style>
border-color css
<style>
span { border-color: #638FB5; }
span { border-color: rgb(99,143,181); }
td.TdClassName
{
border-color: #638FB5;
}
.TagClassName
{
border-color: #638FB5;
}
</style>