Shades of Rich Blue #6364AC
Tints of Rich Blue #6364AC
RGB
CMYK
RGB Variations
Color information
#6364AC (or 0x6364AC) is known color: Rich Blue. HEX triplet: 63, 64 and AC. RGB value is (99,100,172). Sum of RGB (Red+Green+Blue) = 99+100+172=371 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.68% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 172 - color contains mainly: blue. Hex color #6364AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6364AC is #9C9B53. Grayscale: #6B6B6B. Windows color (decimal): -10263380 or 11297891. OLE color: 11297891.
HSL color Cylindrical-coordinate representation of color #6364AC: hue angle of 239.18º degrees, saturation: 0.31, 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 #6364AC is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 100 | 172 | - |
| CMYK | 0.42 | 0.42 | 0 | 0.33 |
| HSL | 239.18º | 0.31% | 0.53% | - |
| HSV(B) | 239.18º | 0.42% | 0.67% | - |
| XYZ | 17.15 | 14.75 | 40.97 | - |
| YUV | 107.91 | 164.17 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 100 | 172 | 0.42 | 0.42 | 0 | 0.33 | 239.18 | 0.31 | 0.53 |
| Hex | 63 | 64 | AC | 2A | 2A | 0 | 21 | EF | 1F | 35 |
| Octal | 143 | 144 | 254 | 52 | 52 | 0 | 41 | 357 | 37 | 65 |
| Binary | 1100011 | 1100100 | 10101100 | 101010 | 101010 | 0 | 100001 | 11101111 | 11111 | 110101 |
Color Harmonies of #6364AC
Complementary color
Monochromatic Colors of #6364AC
Black with #6364AC
Text Example
Text Example
White with #6364AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6364AC; }
p { color: rgb(99,100,172); }
H1.HeaderClassName
{
color: #6364AC;
}
.AnyTagClassName
{
color: #6364AC;
}
</style>
background-color css
<style>
a { background-color: #6364AC; }
a { background-color: rgb(99,100,172); }
div.DivClassName
{
background-color: #6364AC;
}
.BgClassName
{
background-color: #6364AC;
}
</style>
border-color css
<style>
span { border-color: #6364AC; }
span { border-color: rgb(99,100,172); }
td.TdClassName
{
border-color: #6364AC;
}
.TagClassName
{
border-color: #6364AC;
}
</style>