#616D83

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

Shades of Waikawa Grey #616D83

Tints of Waikawa Grey #616D83

Color information

#616D83 (or 0x616D83) is unknown color: approx Waikawa Grey. HEX triplet: 61, 6D and 83. RGB value is (97,109,131). Sum of RGB (Red+Green+Blue) = 97+109+131=337 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.78% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 131 (51.56% from 255 or 38.87% from 337); Max value from RGB is 131 - color contains mainly: blue. Hex color #616D83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616D83 is #9E927C. Grayscale: #6B6B6B. Windows color (decimal): -10392189 or 8613217. OLE color: 8613217.

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

Color convert

RGB97109131-
CMYK0.260.1700.49
HSL218.82º14.91%44.71%-
HSV(B)218.82º25.95%51.37%-
XYZ14.515.1223.63-
YUV107.92141.02120.21-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.78%
GREEN value IS 109 (42.97% from 255) = 32.34%
BLUE value IS 131 (51.56% from 255) = 38.87%
R=28.78%
G=32.34%
B=38.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal971091310.260.1700.49218.8214.9144.71
Hex616D831A11031dbf2d
Octal14115520332210613331755
Binary110000111011011000001111010100010110001110110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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