#605CAD

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

Shades of Rich Blue #605CAD

Tints of Rich Blue #605CAD

Color information

#605CAD (or 0x605CAD) is unknown color: approx Rich Blue. HEX triplet: 60, 5C and AD. RGB value is (96,92,173). Sum of RGB (Red+Green+Blue) = 96+92+173=361 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.59% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 173 (67.97% from 255 or 47.92% from 361); Max value from RGB is 173 - color contains mainly: blue. Hex color #605CAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605CAD is #9FA352. Grayscale: #666666. Windows color (decimal): -10462035 or 11361376. OLE color: 11361376.

HSL color Cylindrical-coordinate representation of color #605CAD: hue angle of 242.96º 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 #605CAD is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9692173-
CMYK0.450.4700.32
HSL242.96º33.06%51.96%-
HSV(B)242.96º46.82%67.84%-
XYZ16.1913.1641.22-
YUV102.43167.83123.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.59%
GREEN value IS 92 (36.33% from 255) = 25.48%
BLUE value IS 173 (67.97% from 255) = 47.92%
R=26.59%
G=25.48%
B=47.92%

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
Decimal96921730.450.4700.32242.9633.0651.96
Hex605CAD2D2F020f32134
Octal14013425555570403634164
Binary1100000101110010101101101101101111010000011110011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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