#616E8D

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

Shades of Waikawa Grey #616E8D

Tints of Waikawa Grey #616E8D

Color information

#616E8D (or 0x616E8D) is unknown color: approx Waikawa Grey. HEX triplet: 61, 6E and 8D. RGB value is (97,110,141). Sum of RGB (Red+Green+Blue) = 97+110+141=348 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.87% from 348); Green value is 110 (43.36% from 255 or 31.61% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 141 - color contains mainly: blue. Hex color #616E8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616E8D is #9E9172. Grayscale: #6D6D6D. Windows color (decimal): -10391923 or 9268833. OLE color: 9268833.

HSL color Cylindrical-coordinate representation of color #616E8D: hue angle of 222.27º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #616E8D is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB97110141-
CMYK0.310.2200.45
HSL222.27º18.49%46.67%-
HSV(B)222.27º31.21%55.29%-
XYZ15.3115.6227.41-
YUV109.65145.69118.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.87%
GREEN value IS 110 (43.36% from 255) = 31.61%
BLUE value IS 141 (55.47% from 255) = 40.52%
R=27.87%
G=31.61%
B=40.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal971101410.310.2200.45222.2718.4946.67
Hex616E8D1F1602Dde122f
Octal14115621537260553362257
Binary1100001110111010001101111111011001011011101111010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,110,141); }

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

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

 a { background-color: rgb(97,110,141); }

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

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

 span { border-color: rgb(97,110,141); }

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