#616F9F

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

Shades of Waikawa Grey #616F9F

Tints of Waikawa Grey #616F9F

Color information

#616F9F (or 0x616F9F) is unknown color: approx Waikawa Grey. HEX triplet: 61, 6F and 9F. RGB value is (97,111,159). Sum of RGB (Red+Green+Blue) = 97+111+159=367 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.43% from 367); Green value is 111 (43.75% from 255 or 30.25% from 367); Blue value is 159 (62.5% from 255 or 43.32% from 367); Max value from RGB is 159 - color contains mainly: blue. Hex color #616F9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616F9F is #9E9060. Grayscale: #707070. Windows color (decimal): -10391649 or 10448737. OLE color: 10448737.

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

Color convert

RGB97111159-
CMYK0.390.3000.38
HSL226.45º24.41%50.2%-
HSV(B)226.45º38.99%62.35%-
XYZ16.8716.4135.08-
YUV112.29154.36117.1-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.43%
GREEN value IS 111 (43.75% from 255) = 30.25%
BLUE value IS 159 (62.5% from 255) = 43.32%
R=26.43%
G=30.25%
B=43.32%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971111590.390.3000.38226.4524.4150.2
Hex616F9F271E026e21832
Octal14115723747360463423062
Binary11000011101111100111111001111111001001101110001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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