#605CB5

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

Shades of Rich Blue #605CB5

Tints of Rich Blue #605CB5

Color information

#605CB5 (or 0x605CB5) is unknown color: approx Rich Blue. HEX triplet: 60, 5C and B5. RGB value is (96,92,181). Sum of RGB (Red+Green+Blue) = 96+92+181=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 181 (71.09% from 255 or 49.05% from 369); Max value from RGB is 181 - color contains mainly: blue. Hex color #605CB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605CB5 is #9FA34A. Grayscale: #666666. Windows color (decimal): -10462027 or 11885664. OLE color: 11885664.

HSL color Cylindrical-coordinate representation of color #605CB5: hue angle of 242.7º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #605CB5 is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9692181-
CMYK0.470.4900.29
HSL242.7º37.55%53.53%-
HSV(B)242.7º49.17%70.98%-
XYZ16.9913.4845.42-
YUV103.34171.83122.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.02%
GREEN value IS 92 (36.33% from 255) = 24.93%
BLUE value IS 181 (71.09% from 255) = 49.05%
R=26.02%
G=24.93%
B=49.05%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal96921810.470.4900.29242.737.5553.53
Hex605CB52F3101Df32636
Octal14013426557610353634666
Binary110000010111001011010110111111000101110111110011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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