#616D9A

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

Shades of Waikawa Grey #616D9A

Tints of Waikawa Grey #616D9A

Color information

#616D9A (or 0x616D9A) is unknown color: approx Waikawa Grey. HEX triplet: 61, 6D and 9A. RGB value is (97,109,154). Sum of RGB (Red+Green+Blue) = 97+109+154=360 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.94% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 154 (60.55% from 255 or 42.78% from 360); Max value from RGB is 154 - color contains mainly: blue. Hex color #616D9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616D9A is #9E9265. Grayscale: #6E6E6E. Windows color (decimal): -10392166 or 10120545. OLE color: 10120545.

HSL color Cylindrical-coordinate representation of color #616D9A: hue angle of 227.37º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #616D9A is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB97109154-
CMYK0.370.2900.40
HSL227.37º22.71%49.22%-
HSV(B)227.37º37.01%60.39%-
XYZ16.2315.8132.77-
YUV110.54152.52118.34-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.94%
GREEN value IS 109 (42.97% from 255) = 30.28%
BLUE value IS 154 (60.55% from 255) = 42.78%
R=26.94%
G=30.28%
B=42.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal971091540.370.2900.40227.3722.7149.22
Hex616D9A251D028e31731
Octal14115523245350503432761
Binary11000011101101100110101001011110101010001110001110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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