Shades of Rich Blue #6360A0
Tints of Rich Blue #6360A0
RGB
CMYK
RGB Variations
Color information
#6360A0 (or 0x6360A0) is known color: Rich Blue. HEX triplet: 63, 60 and A0. RGB value is (99,96,160). Sum of RGB (Red+Green+Blue) = 99+96+160=355 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.89% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 160 (62.89% from 255 or 45.07% from 355); Max value from RGB is 160 - color contains mainly: blue. Hex color #6360A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6360A0 is #9C9F5F. Grayscale: #676767. Windows color (decimal): -10264416 or 10510435. OLE color: 10510435.
HSL color Cylindrical-coordinate representation of color #6360A0: hue angle of 242.81º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6360A0 is Cyan = 0.38, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 99 | 96 | 160 | - |
| CMYK | 0.38 | 0.4 | 0 | 0.37 |
| HSL | 242.81º | 0.25% | 0.5% | - |
| HSV(B) | 242.81º | 0.4% | 0.63% | - |
| XYZ | 15.67 | 13.56 | 35.05 | - |
| YUV | 104.19 | 159.49 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 96 | 160 | 0.38 | 0.4 | 0 | 0.37 | 242.81 | 0.25 | 0.5 |
| Hex | 63 | 60 | A0 | 26 | 28 | 0 | 25 | F3 | 19 | 32 |
| Octal | 143 | 140 | 240 | 46 | 50 | 0 | 45 | 363 | 31 | 62 |
| Binary | 1100011 | 1100000 | 10100000 | 100110 | 101000 | 0 | 100101 | 11110011 | 11001 | 110010 |
Color Harmonies of #6360A0
Complementary color
Monochromatic Colors of #6360A0
Black with #6360A0
Text Example
Text Example
White with #6360A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6360A0; }
p { color: rgb(99,96,160); }
H1.HeaderClassName
{
color: #6360A0;
}
.AnyTagClassName
{
color: #6360A0;
}
</style>
background-color css
<style>
a { background-color: #6360A0; }
a { background-color: rgb(99,96,160); }
div.DivClassName
{
background-color: #6360A0;
}
.BgClassName
{
background-color: #6360A0;
}
</style>
border-color css
<style>
span { border-color: #6360A0; }
span { border-color: rgb(99,96,160); }
td.TdClassName
{
border-color: #6360A0;
}
.TagClassName
{
border-color: #6360A0;
}
</style>