#605CB6

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

Shades of Rich Blue #605CB6

Tints of Rich Blue #605CB6

Color information

#605CB6 (or 0x605CB6) is unknown color: approx Rich Blue. HEX triplet: 60, 5C and B6. RGB value is (96,92,182). Sum of RGB (Red+Green+Blue) = 96+92+182=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 92 (36.33% from 255 or 24.86% from 370); Blue value is 182 (71.48% from 255 or 49.19% from 370); Max value from RGB is 182 - color contains mainly: blue. Hex color #605CB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605CB6 is #9FA349. Grayscale: #676767. Windows color (decimal): -10462026 or 11951200. OLE color: 11951200.

HSL color Cylindrical-coordinate representation of color #605CB6: hue angle of 242.67º 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 #605CB6 is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9692182-
CMYK0.470.4900.29
HSL242.67º38.14%53.73%-
HSV(B)242.67º49.45%71.37%-
XYZ17.0913.5245.96-
YUV103.46172.33122.68-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.95%
GREEN value IS 92 (36.33% from 255) = 24.86%
BLUE value IS 182 (71.48% from 255) = 49.19%
R=25.95%
G=24.86%
B=49.19%

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
Decimal96921820.470.4900.29242.6738.1453.73
Hex605CB62F3101Df32636
Octal14013426657610353634666
Binary110000010111001011011010111111000101110111110011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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