#605CA1

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

Shades of Rich Blue #605CA1

Tints of Rich Blue #605CA1

Color information

#605CA1 (or 0x605CA1) is unknown color: approx Rich Blue. HEX triplet: 60, 5C and A1. RGB value is (96,92,161). Sum of RGB (Red+Green+Blue) = 96+92+161=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 92 (36.33% from 255 or 26.36% from 349); Blue value is 161 (63.28% from 255 or 46.13% from 349); Max value from RGB is 161 - color contains mainly: blue. Hex color #605CA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605CA1 is #9FA35E. Grayscale: #646464. Windows color (decimal): -10462047 or 10574944. OLE color: 10574944.

HSL color Cylindrical-coordinate representation of color #605CA1: hue angle of 243.48º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #605CA1 is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB9692161-
CMYK0.400.4300.37
HSL243.48º27.27%49.61%-
HSV(B)243.48º42.86%63.14%-
XYZ15.0812.7135.38-
YUV101.06161.83124.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.51%
GREEN value IS 92 (36.33% from 255) = 26.36%
BLUE value IS 161 (63.28% from 255) = 46.13%
R=27.51%
G=26.36%
B=46.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal96921610.400.4300.37243.4827.2749.61
Hex605CA1282B025f31b32
Octal14013424150530453633362
Binary110000010111001010000110100010101101001011111001111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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