#60619F

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

Shades of Rich Blue #60619F

Tints of Rich Blue #60619F

Color information

#60619F (or 0x60619F) is unknown color: approx Rich Blue. HEX triplet: 60, 61 and 9F. RGB value is (96,97,159). Sum of RGB (Red+Green+Blue) = 96+97+159=352 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.27% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 159 (62.5% from 255 or 45.17% from 352); Max value from RGB is 159 - color contains mainly: blue. Hex color #60619F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60619F is #9F9E60. Grayscale: #676767. Windows color (decimal): -10460769 or 10445152. OLE color: 10445152.

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

Color convert

RGB9697159-
CMYK0.400.3900.38
HSL239.05º24.71%50%-
HSV(B)239.05º39.62%62.35%-
XYZ15.3613.5434.6-
YUV103.77159.17122.46-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.27%
GREEN value IS 97 (38.28% from 255) = 27.56%
BLUE value IS 159 (62.5% from 255) = 45.17%
R=27.27%
G=27.56%
B=45.17%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal96971590.400.3900.38239.0524.7150
Hex60619F2827026ef1932
Octal14014123750470463573162
Binary110000011000011001111110100010011101001101110111111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60619F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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