#605F9E

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

Shades of Rich Blue #605F9E

Tints of Rich Blue #605F9E

Color information

#605F9E (or 0x605F9E) is unknown color: approx Rich Blue. HEX triplet: 60, 5F and 9E. RGB value is (96,95,158). Sum of RGB (Red+Green+Blue) = 96+95+158=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 95 (37.5% from 255 or 27.22% from 349); Blue value is 158 (62.11% from 255 or 45.27% from 349); Max value from RGB is 158 - color contains mainly: blue. Hex color #605F9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605F9E is #9FA061. Grayscale: #666666. Windows color (decimal): -10461282 or 10379104. OLE color: 10379104.

HSL color Cylindrical-coordinate representation of color #605F9E: hue angle of 240.95º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #605F9E is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9695158-
CMYK0.390.4000.38
HSL240.95º24.9%49.61%-
HSV(B)240.95º39.87%61.96%-
XYZ15.0913.1434.09-
YUV102.48159.33123.38-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.51%
GREEN value IS 95 (37.5% from 255) = 27.22%
BLUE value IS 158 (62.11% from 255) = 45.27%
R=27.51%
G=27.22%
B=45.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal96951580.390.4000.38240.9524.949.61
Hex605F9E2728026f11932
Octal14013723647500463613162
Binary110000010111111001111010011110100001001101111000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,95,158); }

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

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

 a { background-color: rgb(96,95,158); }

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

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

 span { border-color: rgb(96,95,158); }

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