#61659C

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

Shades of Rich Blue #61659C

Tints of Rich Blue #61659C

Color information

#61659C (or 0x61659C) is unknown color: approx Rich Blue. HEX triplet: 61, 65 and 9C. RGB value is (97,101,156). Sum of RGB (Red+Green+Blue) = 97+101+156=354 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.40% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 156 (61.33% from 255 or 44.07% from 354); Max value from RGB is 156 - color contains mainly: blue. Hex color #61659C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61659C is #9E9A63. Grayscale: #696969. Windows color (decimal): -10394212 or 10249569. OLE color: 10249569.

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

Color convert

RGB97101156-
CMYK0.380.3500.39
HSL235.93º23.32%49.61%-
HSV(B)235.93º37.82%61.18%-
XYZ15.5814.2533.38-
YUV106.07156.17121.53-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.40%
GREEN value IS 101 (39.84% from 255) = 28.53%
BLUE value IS 156 (61.33% from 255) = 44.07%
R=27.40%
G=28.53%
B=44.07%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal971011560.380.3500.39235.9323.3249.61
Hex61659C2623027ec1732
Octal14114523446430473542762
Binary110000111001011001110010011010001101001111110110010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61659C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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