#616D8D

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

Shades of Waikawa Grey #616D8D

Tints of Waikawa Grey #616D8D

Color information

#616D8D (or 0x616D8D) is unknown color: approx Waikawa Grey. HEX triplet: 61, 6D and 8D. RGB value is (97,109,141). Sum of RGB (Red+Green+Blue) = 97+109+141=347 (45% of max value = 765). Red value is 97 (38.28% from 255 or 27.95% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 141 - color contains mainly: blue. Hex color #616D8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616D8D is #9E9272. Grayscale: #6C6C6C. Windows color (decimal): -10392179 or 9268577. OLE color: 9268577.

HSL color Cylindrical-coordinate representation of color #616D8D: hue angle of 223.64º 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 #616D8D is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB97109141-
CMYK0.310.2300.45
HSL223.64º18.49%46.67%-
HSV(B)223.64º31.21%55.29%-
XYZ15.2115.427.37-
YUV109.06146.02119.4-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.95%
GREEN value IS 109 (42.97% from 255) = 31.41%
BLUE value IS 141 (55.47% from 255) = 40.63%
R=27.95%
G=31.41%
B=40.63%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal971091410.310.2300.45223.6418.4946.67
Hex616D8D1F1702De0122f
Octal14115521537270553402257
Binary1100001110110110001101111111011101011011110000010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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