#61659F

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

Shades of Rich Blue #61659F

Tints of Rich Blue #61659F

Color information

#61659F (or 0x61659F) is unknown color: approx Rich Blue. HEX triplet: 61, 65 and 9F. RGB value is (97,101,159). Sum of RGB (Red+Green+Blue) = 97+101+159=357 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.17% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 159 (62.5% from 255 or 44.54% from 357); Max value from RGB is 159 - color contains mainly: blue. Hex color #61659F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61659F is #9E9A60. Grayscale: #6A6A6A. Windows color (decimal): -10394209 or 10446177. OLE color: 10446177.

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

Color convert

RGB97101159-
CMYK0.390.3600.38
HSL236.13º24.41%50.2%-
HSV(B)236.13º38.99%62.35%-
XYZ15.8414.3534.74-
YUV106.42157.67121.28-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.17%
GREEN value IS 101 (39.84% from 255) = 28.29%
BLUE value IS 159 (62.5% from 255) = 44.54%
R=27.17%
G=28.29%
B=44.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971011590.390.3600.38236.1324.4150.2
Hex61659F2724026ec1832
Octal14114523747440463543062
Binary110000111001011001111110011110010001001101110110011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61659F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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