#616C8B

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

Shades of Waikawa Grey #616C8B

Tints of Waikawa Grey #616C8B

Color information

#616C8B (or 0x616C8B) is unknown color: approx Waikawa Grey. HEX triplet: 61, 6C and 8B. RGB value is (97,108,139). Sum of RGB (Red+Green+Blue) = 97+108+139=344 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.20% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 139 - color contains mainly: blue. Hex color #616C8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616C8B is #9E9374. Grayscale: #6C6C6C. Windows color (decimal): -10392437 or 9137249. OLE color: 9137249.

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

Color convert

RGB97108139-
CMYK0.300.2200.45
HSL224.29º17.8%46.27%-
HSV(B)224.29º30.22%54.51%-
XYZ14.9515.1326.56-
YUV108.24145.36119.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.20%
GREEN value IS 108 (42.58% from 255) = 31.40%
BLUE value IS 139 (54.69% from 255) = 40.41%
R=28.20%
G=31.40%
B=40.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal971081390.300.2200.45224.2917.846.27
Hex616C8B1E1602De0122e
Octal14115421336260553402256
Binary1100001110110010001011111101011001011011110000010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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