#60659F

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

Shades of Rich Blue #60659F

Tints of Rich Blue #60659F

Color information

#60659F (or 0x60659F) is unknown color: approx Rich Blue. HEX triplet: 60, 65 and 9F. RGB value is (96,101,159). Sum of RGB (Red+Green+Blue) = 96+101+159=356 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.97% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 159 (62.5% from 255 or 44.66% from 356); Max value from RGB is 159 - color contains mainly: blue. Hex color #60659F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60659F is #9F9A60. Grayscale: #696969. Windows color (decimal): -10459745 or 10446176. OLE color: 10446176.

HSL color Cylindrical-coordinate representation of color #60659F: hue angle of 235.24º 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 #60659F is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB96101159-
CMYK0.400.3600.38
HSL235.24º24.71%50%-
HSV(B)235.24º39.62%62.35%-
XYZ15.7414.334.73-
YUV106.12157.84120.78-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.97%
GREEN value IS 101 (39.84% from 255) = 28.37%
BLUE value IS 159 (62.5% from 255) = 44.66%
R=26.97%
G=28.37%
B=44.66%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal961011590.400.3600.38235.2424.7150
Hex60659F2824026eb1932
Octal14014523750440463533162
Binary110000011001011001111110100010010001001101110101111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60659F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60659F; }

 p { color: rgb(96,101,159); }

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

<style>
 a { background-color: #60659F; }

 a { background-color: rgb(96,101,159); }

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

<style>
 span { border-color: #60659F; }

 span { border-color: rgb(96,101,159); }

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