Shades of Rich Blue #6366A4
Tints of Rich Blue #6366A4
RGB
CMYK
RGB Variations
Color information
#6366A4 (or 0x6366A4) is known color: Rich Blue. HEX triplet: 63, 66 and A4. RGB value is (99,102,164). Sum of RGB (Red+Green+Blue) = 99+102+164=365 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.12% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 164 (64.45% from 255 or 44.93% from 365); Max value from RGB is 164 - color contains mainly: blue. Hex color #6366A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6366A4 is #9C995B. Grayscale: #6B6B6B. Windows color (decimal): -10262876 or 10774115. OLE color: 10774115.
HSL color Cylindrical-coordinate representation of color #6366A4: hue angle of 237.23º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6366A4 is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 99 | 102 | 164 | - |
| CMYK | 0.40 | 0.38 | 0 | 0.36 |
| HSL | 237.23º | 0.26% | 0.52% | - |
| HSV(B) | 237.23º | 0.4% | 0.64% | - |
| XYZ | 16.6 | 14.84 | 37.11 | - |
| YUV | 108.17 | 159.51 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 102 | 164 | 0.40 | 0.38 | 0 | 0.36 | 237.23 | 0.26 | 0.52 |
| Hex | 63 | 66 | A4 | 28 | 26 | 0 | 24 | ED | 1A | 34 |
| Octal | 143 | 146 | 244 | 50 | 46 | 0 | 44 | 355 | 32 | 64 |
| Binary | 1100011 | 1100110 | 10100100 | 101000 | 100110 | 0 | 100100 | 11101101 | 11010 | 110100 |
Color Harmonies of #6366A4
Complementary color
Monochromatic Colors of #6366A4
Black with #6366A4
Text Example
Text Example
White with #6366A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6366A4; }
p { color: rgb(99,102,164); }
H1.HeaderClassName
{
color: #6366A4;
}
.AnyTagClassName
{
color: #6366A4;
}
</style>
background-color css
<style>
a { background-color: #6366A4; }
a { background-color: rgb(99,102,164); }
div.DivClassName
{
background-color: #6366A4;
}
.BgClassName
{
background-color: #6366A4;
}
</style>
border-color css
<style>
span { border-color: #6366A4; }
span { border-color: rgb(99,102,164); }
td.TdClassName
{
border-color: #6366A4;
}
.TagClassName
{
border-color: #6366A4;
}
</style>