#616E9F

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

Shades of Waikawa Grey #616E9F

Tints of Waikawa Grey #616E9F

Color information

#616E9F (or 0x616E9F) is unknown color: approx Waikawa Grey. HEX triplet: 61, 6E and 9F. RGB value is (97,110,159). Sum of RGB (Red+Green+Blue) = 97+110+159=366 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.50% from 366); Green value is 110 (43.36% from 255 or 30.05% from 366); Blue value is 159 (62.5% from 255 or 43.44% from 366); Max value from RGB is 159 - color contains mainly: blue. Hex color #616E9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616E9F is #9E9160. Grayscale: #6F6F6F. Windows color (decimal): -10391905 or 10448481. OLE color: 10448481.

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

Color convert

RGB97110159-
CMYK0.390.3100.38
HSL227.42º24.41%50.2%-
HSV(B)227.42º38.99%62.35%-
XYZ16.7616.235.04-
YUV111.7154.69117.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.50%
GREEN value IS 110 (43.36% from 255) = 30.05%
BLUE value IS 159 (62.5% from 255) = 43.44%
R=26.50%
G=30.05%
B=43.44%

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
Decimal971101590.390.3100.38227.4224.4150.2
Hex616E9F271F026e31832
Octal14115623747370463433062
Binary11000011101110100111111001111111101001101110001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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