#616E8B

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

Shades of Waikawa Grey #616E8B

Tints of Waikawa Grey #616E8B

Color information

#616E8B (or 0x616E8B) is unknown color: approx Waikawa Grey. HEX triplet: 61, 6E and 8B. RGB value is (97,110,139). Sum of RGB (Red+Green+Blue) = 97+110+139=346 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.03% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 139 - color contains mainly: blue. Hex color #616E8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616E8B is #9E9174. Grayscale: #6D6D6D. Windows color (decimal): -10391925 or 9137761. OLE color: 9137761.

HSL color Cylindrical-coordinate representation of color #616E8B: hue angle of 221.43º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #616E8B is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB97110139-
CMYK0.300.2100.45
HSL221.43º17.8%46.27%-
HSV(B)221.43º30.22%54.51%-
XYZ15.1715.5626.63-
YUV109.42144.69119.14-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.03%
GREEN value IS 110 (43.36% from 255) = 31.79%
BLUE value IS 139 (54.69% from 255) = 40.17%
R=28.03%
G=31.79%
B=40.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal971101390.300.2100.45221.4317.846.27
Hex616E8B1E1502Ddd122e
Octal14115621336250553352256
Binary1100001110111010001011111101010101011011101110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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