Shades of Rich Blue #6360B1
Tints of Rich Blue #6360B1
RGB
CMYK
RGB Variations
Color information
#6360B1 (or 0x6360B1) is known color: Rich Blue. HEX triplet: 63, 60 and B1. RGB value is (99,96,177). Sum of RGB (Red+Green+Blue) = 99+96+177=372 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.61% from 372); Green value is 96 (37.89% from 255 or 25.81% from 372); Blue value is 177 (69.53% from 255 or 47.58% from 372); Max value from RGB is 177 - color contains mainly: blue. Hex color #6360B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6360B1 is #9C9F4E. Grayscale: #696969. Windows color (decimal): -10264399 or 11624547. OLE color: 11624547.
HSL color Cylindrical-coordinate representation of color #6360B1: hue angle of 242.22º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6360B1 is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 99 | 96 | 177 | - |
| CMYK | 0.44 | 0.46 | 0 | 0.31 |
| HSL | 242.22º | 0.34% | 0.54% | - |
| HSV(B) | 242.22º | 0.46% | 0.69% | - |
| XYZ | 17.26 | 14.19 | 43.42 | - |
| YUV | 106.13 | 167.99 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 96 | 177 | 0.44 | 0.46 | 0 | 0.31 | 242.22 | 0.34 | 0.54 |
| Hex | 63 | 60 | B1 | 2C | 2E | 0 | 1F | F2 | 22 | 36 |
| Octal | 143 | 140 | 261 | 54 | 56 | 0 | 37 | 362 | 42 | 66 |
| Binary | 1100011 | 1100000 | 10110001 | 101100 | 101110 | 0 | 11111 | 11110010 | 100010 | 110110 |
Color Harmonies of #6360B1
Complementary color
Monochromatic Colors of #6360B1
Black with #6360B1
Text Example
Text Example
White with #6360B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6360B1; }
p { color: rgb(99,96,177); }
H1.HeaderClassName
{
color: #6360B1;
}
.AnyTagClassName
{
color: #6360B1;
}
</style>
background-color css
<style>
a { background-color: #6360B1; }
a { background-color: rgb(99,96,177); }
div.DivClassName
{
background-color: #6360B1;
}
.BgClassName
{
background-color: #6360B1;
}
</style>
border-color css
<style>
span { border-color: #6360B1; }
span { border-color: rgb(99,96,177); }
td.TdClassName
{
border-color: #6360B1;
}
.TagClassName
{
border-color: #6360B1;
}
</style>