#605AAC

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

Shades of Rich Blue #605AAC

Tints of Rich Blue #605AAC

Color information

#605AAC (or 0x605AAC) is unknown color: approx Rich Blue. HEX triplet: 60, 5A and AC. RGB value is (96,90,172). Sum of RGB (Red+Green+Blue) = 96+90+172=358 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.82% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 172 (67.58% from 255 or 48.04% from 358); Max value from RGB is 172 - color contains mainly: blue. Hex color #605AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605AAC is #9FA553. Grayscale: #646464. Windows color (decimal): -10462548 or 11295328. OLE color: 11295328.

HSL color Cylindrical-coordinate representation of color #605AAC: hue angle of 244.39º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #605AAC is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9690172-
CMYK0.440.4800.33
HSL244.39º33.06%51.37%-
HSV(B)244.39º47.67%67.45%-
XYZ15.9312.7840.66-
YUV101.14167.99124.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.82%
GREEN value IS 90 (35.55% from 255) = 25.14%
BLUE value IS 172 (67.58% from 255) = 48.04%
R=26.82%
G=25.14%
B=48.04%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal96901720.440.4800.33244.3933.0651.37
Hex605AAC2C30021f42133
Octal14013225454600413644163
Binary1100000101101010101100101100110000010000111110100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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