#61589E

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

Shades of Rich Blue #61589E

Tints of Rich Blue #61589E

Color information

#61589E (or 0x61589E) is unknown color: approx Rich Blue. HEX triplet: 61, 58 and 9E. RGB value is (97,88,158). Sum of RGB (Red+Green+Blue) = 97+88+158=343 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.28% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 158 (62.11% from 255 or 46.06% from 343); Max value from RGB is 158 - color contains mainly: blue. Hex color #61589E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61589E is #9EA761. Grayscale: #626262. Windows color (decimal): -10397538 or 10377313. OLE color: 10377313.

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

Color convert

RGB9788158-
CMYK0.390.4400.38
HSL247.71º28.46%48.24%-
HSV(B)247.71º44.3%61.96%-
XYZ14.5911.9933.89-
YUV98.67161.48126.81-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.28%
GREEN value IS 88 (34.77% from 255) = 25.66%
BLUE value IS 158 (62.11% from 255) = 46.06%
R=28.28%
G=25.66%
B=46.06%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal97881580.390.4400.38247.7128.4648.24
Hex61589E272C026f81c30
Octal14113023647540463703460
Binary110000110110001001111010011110110001001101111100011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61589E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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