#616D8F

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

Shades of Waikawa Grey #616D8F

Tints of Waikawa Grey #616D8F

Color information

#616D8F (or 0x616D8F) is unknown color: approx Waikawa Grey. HEX triplet: 61, 6D and 8F. RGB value is (97,109,143). Sum of RGB (Red+Green+Blue) = 97+109+143=349 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.79% from 349); Green value is 109 (42.97% from 255 or 31.23% from 349); Blue value is 143 (56.25% from 255 or 40.97% from 349); Max value from RGB is 143 - color contains mainly: blue. Hex color #616D8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616D8F is #9E9270. Grayscale: #6D6D6D. Windows color (decimal): -10392177 or 9399649. OLE color: 9399649.

HSL color Cylindrical-coordinate representation of color #616D8F: hue angle of 224.35º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #616D8F is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB97109143-
CMYK0.320.2400.44
HSL224.35º19.17%47.06%-
HSV(B)224.35º32.17%56.08%-
XYZ15.3615.4628.16-
YUV109.29147.02119.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.79%
GREEN value IS 109 (42.97% from 255) = 31.23%
BLUE value IS 143 (56.25% from 255) = 40.97%
R=27.79%
G=31.23%
B=40.97%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal971091430.320.2400.44224.3519.1747.06
Hex616D8F201802Ce0132f
Octal14115521740300543402357
Binary11000011101101100011111000001100001011001110000010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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