#616C82

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

Shades of Waikawa Grey #616C82

Tints of Waikawa Grey #616C82

Color information

#616C82 (or 0x616C82) is unknown color: approx Waikawa Grey. HEX triplet: 61, 6C and 82. RGB value is (97,108,130). Sum of RGB (Red+Green+Blue) = 97+108+130=335 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.96% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 130 (51.17% from 255 or 38.81% from 335); Max value from RGB is 130 - color contains mainly: blue. Hex color #616C82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616C82 is #9E937D. Grayscale: #6B6B6B. Windows color (decimal): -10392446 or 8547425. OLE color: 8547425.

HSL color Cylindrical-coordinate representation of color #616C82: hue angle of 220º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #616C82 is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB97108130-
CMYK0.250.1700.49
HSL220º14.54%44.51%-
HSV(B)220º25.38%50.98%-
XYZ14.3214.8823.24-
YUV107.22140.86120.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.96%
GREEN value IS 108 (42.58% from 255) = 32.24%
BLUE value IS 130 (51.17% from 255) = 38.81%
R=28.96%
G=32.24%
B=38.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal971081300.250.1700.4922014.5444.51
Hex616C821911031dcf2d
Octal14115420231210613341755
Binary110000111011001000001011001100010110001110111001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,108,130); }

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

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

 a { background-color: rgb(97,108,130); }

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

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

 span { border-color: rgb(97,108,130); }

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