#616B80

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

Shades of Waikawa Grey #616B80

Tints of Waikawa Grey #616B80

Color information

#616B80 (or 0x616B80) is unknown color: approx Waikawa Grey. HEX triplet: 61, 6B and 80. RGB value is (97,107,128). Sum of RGB (Red+Green+Blue) = 97+107+128=332 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.22% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 128 (50.39% from 255 or 38.55% from 332); Max value from RGB is 128 - color contains mainly: blue. Hex color #616B80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616B80 is #9E947F. Grayscale: #6A6A6A. Windows color (decimal): -10392704 or 8416097. OLE color: 8416097.

HSL color Cylindrical-coordinate representation of color #616B80: hue angle of 220.65º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #616B80 is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB97107128-
CMYK0.240.1600.50
HSL220.65º13.78%44.12%-
HSV(B)220.65º24.22%50.2%-
XYZ14.0814.6222.5-
YUV106.4140.19121.29-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.22%
GREEN value IS 107 (42.19% from 255) = 32.23%
BLUE value IS 128 (50.39% from 255) = 38.55%
R=29.22%
G=32.23%
B=38.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal971071280.240.1600.50220.6513.7844.12
Hex616B801810032dde2c
Octal14115320030200623351654
Binary110000111010111000000011000100000110010110111011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,107,128); }

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

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

 a { background-color: rgb(97,107,128); }

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

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

 span { border-color: rgb(97,107,128); }

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