#605CA6

Color #605CA6 Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #605CA6

Tints of Rich Blue #605CA6

Color information

#605CA6 (or 0x605CA6) is unknown color: approx Rich Blue. HEX triplet: 60, 5C and A6. RGB value is (96,92,166). Sum of RGB (Red+Green+Blue) = 96+92+166=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 166 (65.23% from 255 or 46.89% from 354); Max value from RGB is 166 - color contains mainly: blue. Hex color #605CA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605CA6 is #9FA359. Grayscale: #656565. Windows color (decimal): -10462042 or 10902624. OLE color: 10902624.

HSL color Cylindrical-coordinate representation of color #605CA6: hue angle of 243.24º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #605CA6 is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB9692166-
CMYK0.420.4500.35
HSL243.24º29.37%50.59%-
HSV(B)243.24º44.58%65.1%-
XYZ15.5312.8937.75-
YUV101.63164.33123.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 96 (37.89% from 255) = 27.12%
GREEN value IS 92 (36.33% from 255) = 25.99%
BLUE value IS 166 (65.23% from 255) = 46.89%
R=27.12%
G=25.99%
B=46.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal96921660.420.4500.35243.2429.3750.59
Hex605CA62A2D023f31d33
Octal14013424652550433633563
Binary110000010111001010011010101010110101000111111001111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605CA6; }

 p { color: rgb(96,92,166); }

 H1.HeaderClassName
 {
   color: #605CA6;
 }
 .AnyTagClassName
 {
   color: #605CA6;
 }
</style>
background-color css

<style>
 a { background-color: #605CA6; }

 a { background-color: rgb(96,92,166); }

 div.DivClassName
 {
   background-color: #605CA6;
 }
 .BgClassName
 {
   background-color: #605CA6;
 }
</style>
border-color css

<style>
 span { border-color: #605CA6; }

 span { border-color: rgb(96,92,166); }

 td.TdClassName
 {
   border-color: #605CA6;
 }
 .TagClassName
 {
   border-color: #605CA6;
 }
</style>