#605EAF

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

Shades of Rich Blue #605EAF

Tints of Rich Blue #605EAF

Color information

#605EAF (or 0x605EAF) is unknown color: approx Rich Blue. HEX triplet: 60, 5E and AF. RGB value is (96,94,175). Sum of RGB (Red+Green+Blue) = 96+94+175=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 175 (68.75% from 255 or 47.95% from 365); Max value from RGB is 175 - color contains mainly: blue. Hex color #605EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605EAF is #9FA150. Grayscale: #676767. Windows color (decimal): -10461521 or 11492960. OLE color: 11492960.

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

Color convert

RGB9694175-
CMYK0.450.4600.31
HSL241.48º33.61%52.75%-
HSV(B)241.48º46.29%68.63%-
XYZ16.5613.5942.31-
YUV103.83168.16122.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.30%
GREEN value IS 94 (37.11% from 255) = 25.75%
BLUE value IS 175 (68.75% from 255) = 47.95%
R=26.30%
G=25.75%
B=47.95%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal96941750.450.4600.31241.4833.6152.75
Hex605EAF2D2E01Ff12235
Octal14013625755560373614265
Binary110000010111101010111110110110111001111111110001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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