#605B9D

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

Shades of Rich Blue #605B9D

Tints of Rich Blue #605B9D

Color information

#605B9D (or 0x605B9D) is unknown color: approx Rich Blue. HEX triplet: 60, 5B and 9D. RGB value is (96,91,157). Sum of RGB (Red+Green+Blue) = 96+91+157=344 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.91% from 344); Green value is 91 (35.94% from 255 or 26.45% from 344); Blue value is 157 (61.72% from 255 or 45.64% from 344); Max value from RGB is 157 - color contains mainly: blue. Hex color #605B9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605B9D is #9FA462. Grayscale: #636363. Windows color (decimal): -10462307 or 10312544. OLE color: 10312544.

HSL color Cylindrical-coordinate representation of color #605B9D: hue angle of 244.55º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #605B9D is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9691157-
CMYK0.390.4200.38
HSL244.55º26.61%48.63%-
HSV(B)244.55º42.04%61.57%-
XYZ14.6512.433.52-
YUV100.02160.16125.13-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.91%
GREEN value IS 91 (35.94% from 255) = 26.45%
BLUE value IS 157 (61.72% from 255) = 45.64%
R=27.91%
G=26.45%
B=45.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal96911570.390.4200.38244.5526.6148.63
Hex605B9D272A026f51b31
Octal14013323547520463653361
Binary110000010110111001110110011110101001001101111010111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,91,157); }

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

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

 a { background-color: rgb(96,91,157); }

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

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

 span { border-color: rgb(96,91,157); }

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