#61649C

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

Shades of Rich Blue #61649C

Tints of Rich Blue #61649C

Color information

#61649C (or 0x61649C) is unknown color: approx Rich Blue. HEX triplet: 61, 64 and 9C. RGB value is (97,100,156). Sum of RGB (Red+Green+Blue) = 97+100+156=353 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.48% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 156 (61.33% from 255 or 44.19% from 353); Max value from RGB is 156 - color contains mainly: blue. Hex color #61649C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61649C is #9E9B63. Grayscale: #696969. Windows color (decimal): -10394468 or 10249313. OLE color: 10249313.

HSL color Cylindrical-coordinate representation of color #61649C: hue angle of 236.95º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #61649C is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB97100156-
CMYK0.380.3600.39
HSL236.95º23.32%49.61%-
HSV(B)236.95º37.82%61.18%-
XYZ15.4914.0633.35-
YUV105.49156.51121.95-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.48%
GREEN value IS 100 (39.45% from 255) = 28.33%
BLUE value IS 156 (61.33% from 255) = 44.19%
R=27.48%
G=28.33%
B=44.19%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal971001560.380.3600.39236.9523.3249.61
Hex61649C2624027ed1732
Octal14114423446440473552762
Binary110000111001001001110010011010010001001111110110110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61649C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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