#605BAD

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

Shades of Rich Blue #605BAD

Tints of Rich Blue #605BAD

Color information

#605BAD (or 0x605BAD) is unknown color: approx Rich Blue. HEX triplet: 60, 5B and AD. RGB value is (96,91,173). Sum of RGB (Red+Green+Blue) = 96+91+173=360 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.67% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 173 (67.97% from 255 or 48.06% from 360); Max value from RGB is 173 - color contains mainly: blue. Hex color #605BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605BAD is #9FA452. Grayscale: #656565. Windows color (decimal): -10462291 or 11361120. OLE color: 11361120.

HSL color Cylindrical-coordinate representation of color #605BAD: hue angle of 243.66º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #605BAD is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9691173-
CMYK0.450.4700.32
HSL243.66º33.33%51.76%-
HSV(B)243.66º47.4%67.84%-
XYZ16.1112.9941.19-
YUV101.84168.16123.83-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.67%
GREEN value IS 91 (35.94% from 255) = 25.28%
BLUE value IS 173 (67.97% from 255) = 48.06%
R=26.67%
G=25.28%
B=48.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal96911730.450.4700.32243.6633.3351.76
Hex605BAD2D2F020f42134
Octal14013325555570403644164
Binary1100000101101110101101101101101111010000011110100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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