#616D9D

Color #616D9D Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #616D9D

Tints of Waikawa Grey #616D9D

Color information

#616D9D (or 0x616D9D) is unknown color: approx Waikawa Grey. HEX triplet: 61, 6D and 9D. RGB value is (97,109,157). Sum of RGB (Red+Green+Blue) = 97+109+157=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 157 - color contains mainly: blue. Hex color #616D9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616D9D is #9E9262. Grayscale: #6E6E6E. Windows color (decimal): -10392163 or 10317153. OLE color: 10317153.

HSL color Cylindrical-coordinate representation of color #616D9D: hue angle of 228º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #616D9D is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB97109157-
CMYK0.380.3100.38
HSL228º23.62%49.8%-
HSV(B)228º38.22%61.57%-
XYZ16.4815.9134.1-
YUV110.88154.02118.1-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.72%
GREEN value IS 109 (42.97% from 255) = 30.03%
BLUE value IS 157 (61.72% from 255) = 43.25%
R=26.72%
G=30.03%
B=43.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971091570.380.3100.3822823.6249.8
Hex616D9D261F026e41832
Octal14115523546370463443062
Binary11000011101101100111011001101111101001101110010011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616D9D; }

 p { color: rgb(97,109,157); }

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

<style>
 a { background-color: #616D9D; }

 a { background-color: rgb(97,109,157); }

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

<style>
 span { border-color: #616D9D; }

 span { border-color: rgb(97,109,157); }

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