#605AB1

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

Shades of Rich Blue #605AB1

Tints of Rich Blue #605AB1

Color information

#605AB1 (or 0x605AB1) is unknown color: approx Rich Blue. HEX triplet: 60, 5A and B1. RGB value is (96,90,177). Sum of RGB (Red+Green+Blue) = 96+90+177=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 177 (69.53% from 255 or 48.76% from 363); Max value from RGB is 177 - color contains mainly: blue. Hex color #605AB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605AB1 is #9FA54E. Grayscale: #656565. Windows color (decimal): -10462543 or 11623008. OLE color: 11623008.

HSL color Cylindrical-coordinate representation of color #605AB1: hue angle of 244.14º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #605AB1 is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9690177-
CMYK0.460.4900.31
HSL244.14º35.8%52.35%-
HSV(B)244.14º49.15%69.41%-
XYZ16.4212.9743.23-
YUV101.71170.49123.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.45%
GREEN value IS 90 (35.55% from 255) = 24.79%
BLUE value IS 177 (69.53% from 255) = 48.76%
R=26.45%
G=24.79%
B=48.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal96901770.460.4900.31244.1435.852.35
Hex605AB12E3101Ff42434
Octal14013226156610373644464
Binary110000010110101011000110111011000101111111110100100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,90,177); }

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

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

 a { background-color: rgb(96,90,177); }

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

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

 span { border-color: rgb(96,90,177); }

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