#605CA5

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

Shades of Rich Blue #605CA5

Tints of Rich Blue #605CA5

Color information

#605CA5 (or 0x605CA5) is unknown color: approx Rich Blue. HEX triplet: 60, 5C and A5. RGB value is (96,92,165). Sum of RGB (Red+Green+Blue) = 96+92+165=353 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.20% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 165 (64.84% from 255 or 46.74% from 353); Max value from RGB is 165 - color contains mainly: blue. Hex color #605CA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605CA5 is #9FA35A. Grayscale: #656565. Windows color (decimal): -10462043 or 10837088. OLE color: 10837088.

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

Color convert

RGB9692165-
CMYK0.420.4400.35
HSL243.29º28.85%50.39%-
HSV(B)243.29º44.24%64.71%-
XYZ15.4412.8637.27-
YUV101.52163.83124.06-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.20%
GREEN value IS 92 (36.33% from 255) = 26.06%
BLUE value IS 165 (64.84% from 255) = 46.74%
R=27.20%
G=26.06%
B=46.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal96921650.420.4400.35243.2928.8550.39
Hex605CA52A2C023f31d32
Octal14013424552540433633562
Binary110000010111001010010110101010110001000111111001111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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