#616F8E

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

Shades of Waikawa Grey #616F8E

Tints of Waikawa Grey #616F8E

Color information

#616F8E (or 0x616F8E) is unknown color: approx Waikawa Grey. HEX triplet: 61, 6F and 8E. RGB value is (97,111,142). Sum of RGB (Red+Green+Blue) = 97+111+142=350 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.71% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 142 - color contains mainly: blue. Hex color #616F8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616F8E is #9E9071. Grayscale: #6E6E6E. Windows color (decimal): -10391666 or 9334625. OLE color: 9334625.

HSL color Cylindrical-coordinate representation of color #616F8E: hue angle of 221.33º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #616F8E is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB97111142-
CMYK0.320.2200.44
HSL221.33º18.83%46.86%-
HSV(B)221.33º31.69%55.69%-
XYZ15.515.8627.84-
YUV110.35145.86118.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.71%
GREEN value IS 111 (43.75% from 255) = 31.71%
BLUE value IS 142 (55.86% from 255) = 40.57%
R=27.71%
G=31.71%
B=40.57%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal971111420.320.2200.44221.3318.8346.86
Hex616F8E201602Cdd132f
Octal14115721640260543352357
Binary11000011101111100011101000001011001011001101110110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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