#616B8D

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

Shades of Waikawa Grey #616B8D

Tints of Waikawa Grey #616B8D

Color information

#616B8D (or 0x616B8D) is unknown color: approx Waikawa Grey. HEX triplet: 61, 6B and 8D. RGB value is (97,107,141). Sum of RGB (Red+Green+Blue) = 97+107+141=345 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.12% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 141 - color contains mainly: blue. Hex color #616B8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616B8D is #9E9472. Grayscale: #6B6B6B. Windows color (decimal): -10392691 or 9268065. OLE color: 9268065.

HSL color Cylindrical-coordinate representation of color #616B8D: hue angle of 226.36º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #616B8D is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB97107141-
CMYK0.310.2400.45
HSL226.36º18.49%46.67%-
HSV(B)226.36º31.21%55.29%-
XYZ1514.9827.3-
YUV107.89146.69120.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.12%
GREEN value IS 107 (42.19% from 255) = 31.01%
BLUE value IS 141 (55.47% from 255) = 40.87%
R=28.12%
G=31.01%
B=40.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal971071410.310.2400.45226.3618.4946.67
Hex616B8D1F1802De2122f
Octal14115321537300553422257
Binary1100001110101110001101111111100001011011110001010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,107,141); }

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

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

 a { background-color: rgb(97,107,141); }

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

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

 span { border-color: rgb(97,107,141); }

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