Shades of Rich Blue #6364AA
Tints of Rich Blue #6364AA
RGB
CMYK
RGB Variations
Color information
#6364AA (or 0x6364AA) is known color: Rich Blue. HEX triplet: 63, 64 and AA. RGB value is (99,100,170). Sum of RGB (Red+Green+Blue) = 99+100+170=369 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.83% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 170 - color contains mainly: blue. Hex color #6364AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6364AA is #9C9B55. Grayscale: #6B6B6B. Windows color (decimal): -10263382 or 11166819. OLE color: 11166819.
HSL color Cylindrical-coordinate representation of color #6364AA: hue angle of 239.15º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6364AA is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 100 | 170 | - |
| CMYK | 0.42 | 0.41 | 0 | 0.33 |
| HSL | 239.15º | 0.29% | 0.53% | - |
| HSV(B) | 239.15º | 0.42% | 0.67% | - |
| XYZ | 16.96 | 14.67 | 39.97 | - |
| YUV | 107.68 | 163.17 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 100 | 170 | 0.42 | 0.41 | 0 | 0.33 | 239.15 | 0.29 | 0.53 |
| Hex | 63 | 64 | AA | 2A | 29 | 0 | 21 | EF | 1D | 35 |
| Octal | 143 | 144 | 252 | 52 | 51 | 0 | 41 | 357 | 35 | 65 |
| Binary | 1100011 | 1100100 | 10101010 | 101010 | 101001 | 0 | 100001 | 11101111 | 11101 | 110101 |
Color Harmonies of #6364AA
Complementary color
Monochromatic Colors of #6364AA
Black with #6364AA
Text Example
Text Example
White with #6364AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6364AA; }
p { color: rgb(99,100,170); }
H1.HeaderClassName
{
color: #6364AA;
}
.AnyTagClassName
{
color: #6364AA;
}
</style>
background-color css
<style>
a { background-color: #6364AA; }
a { background-color: rgb(99,100,170); }
div.DivClassName
{
background-color: #6364AA;
}
.BgClassName
{
background-color: #6364AA;
}
</style>
border-color css
<style>
span { border-color: #6364AA; }
span { border-color: rgb(99,100,170); }
td.TdClassName
{
border-color: #6364AA;
}
.TagClassName
{
border-color: #6364AA;
}
</style>