#616B86

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

Shades of Waikawa Grey #616B86

Tints of Waikawa Grey #616B86

Color information

#616B86 (or 0x616B86) is unknown color: approx Waikawa Grey. HEX triplet: 61, 6B and 86. RGB value is (97,107,134). Sum of RGB (Red+Green+Blue) = 97+107+134=338 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.70% from 338); Green value is 107 (42.19% from 255 or 31.66% from 338); Blue value is 134 (52.73% from 255 or 39.64% from 338); Max value from RGB is 134 - color contains mainly: blue. Hex color #616B86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616B86 is #9E9479. Grayscale: #6A6A6A. Windows color (decimal): -10392698 or 8809313. OLE color: 8809313.

HSL color Cylindrical-coordinate representation of color #616B86: hue angle of 223.78º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #616B86 is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB97107134-
CMYK0.280.2000.47
HSL223.78º16.02%45.29%-
HSV(B)223.78º27.61%52.55%-
XYZ14.4914.7824.64-
YUV107.09143.19120.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.70%
GREEN value IS 107 (42.19% from 255) = 31.66%
BLUE value IS 134 (52.73% from 255) = 39.64%
R=28.70%
G=31.66%
B=39.64%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal971071340.280.2000.47223.7816.0245.29
Hex616B861C1402Fe0102d
Octal14115320634240573402055
Binary1100001110101110000110111001010001011111110000010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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