#616C87

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

Shades of Waikawa Grey #616C87

Tints of Waikawa Grey #616C87

Color information

#616C87 (or 0x616C87) is unknown color: approx Waikawa Grey. HEX triplet: 61, 6C and 87. RGB value is (97,108,135). Sum of RGB (Red+Green+Blue) = 97+108+135=340 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.53% from 340); Green value is 108 (42.58% from 255 or 31.76% from 340); Blue value is 135 (53.12% from 255 or 39.71% from 340); Max value from RGB is 135 - color contains mainly: blue. Hex color #616C87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616C87 is #9E9378. Grayscale: #6B6B6B. Windows color (decimal): -10392441 or 8875105. OLE color: 8875105.

HSL color Cylindrical-coordinate representation of color #616C87: hue angle of 222.63º 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 #616C87 is Cyan = 0.28, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB97108135-
CMYK0.280.200.47
HSL222.63º16.38%45.49%-
HSV(B)222.63º28.15%52.94%-
XYZ14.6715.0225.05-
YUV107.79143.36120.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.53%
GREEN value IS 108 (42.58% from 255) = 31.76%
BLUE value IS 135 (53.12% from 255) = 39.71%
R=28.53%
G=31.76%
B=39.71%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal971081350.280.200.47222.6316.3845.49
Hex616C871C1402Fdf102d
Octal14115420734240573372055
Binary1100001110110010000111111001010001011111101111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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