#61649E

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

Shades of Rich Blue #61649E

Tints of Rich Blue #61649E

Color information

#61649E (or 0x61649E) is unknown color: approx Rich Blue. HEX triplet: 61, 64 and 9E. RGB value is (97,100,158). Sum of RGB (Red+Green+Blue) = 97+100+158=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 158 (62.11% from 255 or 44.51% from 355); Max value from RGB is 158 - color contains mainly: blue. Hex color #61649E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61649E is #9E9B61. Grayscale: #696969. Windows color (decimal): -10394466 or 10380385. OLE color: 10380385.

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

Color convert

RGB97100158-
CMYK0.390.3700.38
HSL237.05º23.92%50%-
HSV(B)237.05º38.61%61.96%-
XYZ15.6614.1234.25-
YUV105.72157.51121.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.32%
GREEN value IS 100 (39.45% from 255) = 28.17%
BLUE value IS 158 (62.11% from 255) = 44.51%
R=27.32%
G=28.17%
B=44.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971001580.390.3700.38237.0523.9250
Hex61649E2725026ed1832
Octal14114423647450463553062
Binary110000111001001001111010011110010101001101110110111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61649E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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