#605CAF

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

Shades of Rich Blue #605CAF

Tints of Rich Blue #605CAF

Color information

#605CAF (or 0x605CAF) is unknown color: approx Rich Blue. HEX triplet: 60, 5C and AF. RGB value is (96,92,175). Sum of RGB (Red+Green+Blue) = 96+92+175=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 92 (36.33% from 255 or 25.34% from 363); Blue value is 175 (68.75% from 255 or 48.21% from 363); Max value from RGB is 175 - color contains mainly: blue. Hex color #605CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605CAF is #9FA350. Grayscale: #666666. Windows color (decimal): -10462033 or 11492448. OLE color: 11492448.

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

Color convert

RGB9692175-
CMYK0.450.4700.31
HSL242.89º34.16%52.35%-
HSV(B)242.89º47.43%68.63%-
XYZ16.3913.2442.25-
YUV102.66168.83123.25-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.45%
GREEN value IS 92 (36.33% from 255) = 25.34%
BLUE value IS 175 (68.75% from 255) = 48.21%
R=26.45%
G=25.34%
B=48.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal96921750.450.4700.31242.8934.1652.35
Hex605CAF2D2F01Ff32234
Octal14013425755570373634264
Binary110000010111001010111110110110111101111111110011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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