#616C8A

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

Shades of Waikawa Grey #616C8A

Tints of Waikawa Grey #616C8A

Color information

#616C8A (or 0x616C8A) is unknown color: approx Waikawa Grey. HEX triplet: 61, 6C and 8A. RGB value is (97,108,138). Sum of RGB (Red+Green+Blue) = 97+108+138=343 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.28% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 138 (54.30% from 255 or 40.23% from 343); Max value from RGB is 138 - color contains mainly: blue. Hex color #616C8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616C8A is #9E9375. Grayscale: #6C6C6C. Windows color (decimal): -10392438 or 9071713. OLE color: 9071713.

HSL color Cylindrical-coordinate representation of color #616C8A: hue angle of 223.9º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #616C8A is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB97108138-
CMYK0.300.2200.46
HSL223.9º17.45%46.08%-
HSV(B)223.9º29.71%54.12%-
XYZ14.8815.126.18-
YUV108.13144.86120.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.28%
GREEN value IS 108 (42.58% from 255) = 31.49%
BLUE value IS 138 (54.30% from 255) = 40.23%
R=28.28%
G=31.49%
B=40.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal971081380.300.2200.46223.917.4546.08
Hex616C8A1E1602Ee0112e
Octal14115421236260563402156
Binary1100001110110010001010111101011001011101110000010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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