#616D9F

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

Shades of Waikawa Grey #616D9F

Tints of Waikawa Grey #616D9F

Color information

#616D9F (or 0x616D9F) is unknown color: approx Waikawa Grey. HEX triplet: 61, 6D and 9F. RGB value is (97,109,159). Sum of RGB (Red+Green+Blue) = 97+109+159=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 159 (62.5% from 255 or 43.56% from 365); Max value from RGB is 159 - color contains mainly: blue. Hex color #616D9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616D9F is #9E9260. Grayscale: #6E6E6E. Windows color (decimal): -10392161 or 10448225. OLE color: 10448225.

HSL color Cylindrical-coordinate representation of color #616D9F: hue angle of 228.39º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #616D9F is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB97109159-
CMYK0.390.3100.38
HSL228.39º24.41%50.2%-
HSV(B)228.39º38.99%62.35%-
XYZ16.6615.9835.01-
YUV111.11155.02117.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.58%
GREEN value IS 109 (42.97% from 255) = 29.86%
BLUE value IS 159 (62.5% from 255) = 43.56%
R=26.58%
G=29.86%
B=43.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971091590.390.3100.38228.3924.4150.2
Hex616D9F271F026e41832
Octal14115523747370463443062
Binary11000011101101100111111001111111101001101110010011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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