Shades of Rich Blue #6362AF
Tints of Rich Blue #6362AF
RGB
CMYK
RGB Variations
Color information
#6362AF (or 0x6362AF) is known color: Rich Blue. HEX triplet: 63, 62 and AF. RGB value is (99,98,175). Sum of RGB (Red+Green+Blue) = 99+98+175=372 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.61% from 372); Green value is 98 (38.67% from 255 or 26.34% from 372); Blue value is 175 (68.75% from 255 or 47.04% from 372); Max value from RGB is 175 - color contains mainly: blue. Hex color #6362AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6362AF is #9C9D50. Grayscale: #6A6A6A. Windows color (decimal): -10263889 or 11493987. OLE color: 11493987.
HSL color Cylindrical-coordinate representation of color #6362AF: hue angle of 240.78º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6362AF is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 99 | 98 | 175 | - |
| CMYK | 0.43 | 0.44 | 0 | 0.31 |
| HSL | 240.78º | 0.32% | 0.54% | - |
| HSV(B) | 240.78º | 0.44% | 0.69% | - |
| XYZ | 17.25 | 14.48 | 42.44 | - |
| YUV | 107.08 | 166.33 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 98 | 175 | 0.43 | 0.44 | 0 | 0.31 | 240.78 | 0.32 | 0.54 |
| Hex | 63 | 62 | AF | 2B | 2C | 0 | 1F | F1 | 20 | 36 |
| Octal | 143 | 142 | 257 | 53 | 54 | 0 | 37 | 361 | 40 | 66 |
| Binary | 1100011 | 1100010 | 10101111 | 101011 | 101100 | 0 | 11111 | 11110001 | 100000 | 110110 |
Color Harmonies of #6362AF
Complementary color
Monochromatic Colors of #6362AF
Black with #6362AF
Text Example
Text Example
White with #6362AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6362AF; }
p { color: rgb(99,98,175); }
H1.HeaderClassName
{
color: #6362AF;
}
.AnyTagClassName
{
color: #6362AF;
}
</style>
background-color css
<style>
a { background-color: #6362AF; }
a { background-color: rgb(99,98,175); }
div.DivClassName
{
background-color: #6362AF;
}
.BgClassName
{
background-color: #6362AF;
}
</style>
border-color css
<style>
span { border-color: #6362AF; }
span { border-color: rgb(99,98,175); }
td.TdClassName
{
border-color: #6362AF;
}
.TagClassName
{
border-color: #6362AF;
}
</style>