#61609E

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

Shades of Rich Blue #61609E

Tints of Rich Blue #61609E

Color information

#61609E (or 0x61609E) is unknown color: approx Rich Blue. HEX triplet: 61, 60 and 9E. RGB value is (97,96,158). Sum of RGB (Red+Green+Blue) = 97+96+158=351 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.64% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 158 (62.11% from 255 or 45.01% from 351); Max value from RGB is 158 - color contains mainly: blue. Hex color #61609E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61609E is #9E9F61. Grayscale: #676767. Windows color (decimal): -10395490 or 10379361. OLE color: 10379361.

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

Color convert

RGB9796158-
CMYK0.390.3900.38
HSL240.97º24.41%49.8%-
HSV(B)240.97º39.24%61.96%-
XYZ15.2813.3834.12-
YUV103.37158.83123.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.64%
GREEN value IS 96 (37.89% from 255) = 27.35%
BLUE value IS 158 (62.11% from 255) = 45.01%
R=27.64%
G=27.35%
B=45.01%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal97961580.390.3900.38240.9724.4149.8
Hex61609E2727026f11832
Octal14114023647470463613062
Binary110000111000001001111010011110011101001101111000111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61609E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61609E; }

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

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

<style>
 a { background-color: #61609E; }

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

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

<style>
 span { border-color: #61609E; }

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

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