Shades of Rich Blue #6065A2
Tints of Rich Blue #6065A2
RGB
CMYK
RGB Variations
Color information
#6065A2 (or 0x6065A2) is known color: Rich Blue. HEX triplet: 60, 65 and A2. RGB value is (96,101,162). Sum of RGB (Red+Green+Blue) = 96+101+162=359 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.74% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 162 (63.67% from 255 or 45.13% from 359); Max value from RGB is 162 - color contains mainly: blue. Hex color #6065A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6065A2 is #9F9A5D. Grayscale: #6A6A6A. Windows color (decimal): -10459742 or 10642784. OLE color: 10642784.
HSL color Cylindrical-coordinate representation of color #6065A2: hue angle of 235.45º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6065A2 is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 96 | 101 | 162 | - |
| CMYK | 0.41 | 0.38 | 0 | 0.36 |
| HSL | 235.45º | 0.26% | 0.51% | - |
| HSV(B) | 235.45º | 0.41% | 0.64% | - |
| XYZ | 16 | 14.4 | 36.12 | - |
| YUV | 106.46 | 159.34 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 101 | 162 | 0.41 | 0.38 | 0 | 0.36 | 235.45 | 0.26 | 0.51 |
| Hex | 60 | 65 | A2 | 29 | 26 | 0 | 24 | EB | 1A | 33 |
| Octal | 140 | 145 | 242 | 51 | 46 | 0 | 44 | 353 | 32 | 63 |
| Binary | 1100000 | 1100101 | 10100010 | 101001 | 100110 | 0 | 100100 | 11101011 | 11010 | 110011 |
Color Harmonies of #6065A2
Complementary color
Monochromatic Colors of #6065A2
Black with #6065A2
Text Example
Text Example
White with #6065A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6065A2; }
p { color: rgb(96,101,162); }
H1.HeaderClassName
{
color: #6065A2;
}
.AnyTagClassName
{
color: #6065A2;
}
</style>
background-color css
<style>
a { background-color: #6065A2; }
a { background-color: rgb(96,101,162); }
div.DivClassName
{
background-color: #6065A2;
}
.BgClassName
{
background-color: #6065A2;
}
</style>
border-color css
<style>
span { border-color: #6065A2; }
span { border-color: rgb(96,101,162); }
td.TdClassName
{
border-color: #6065A2;
}
.TagClassName
{
border-color: #6065A2;
}
</style>