#616C8C

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

Shades of Waikawa Grey #616C8C

Tints of Waikawa Grey #616C8C

Color information

#616C8C (or 0x616C8C) is unknown color: approx Waikawa Grey. HEX triplet: 61, 6C and 8C. RGB value is (97,108,140). Sum of RGB (Red+Green+Blue) = 97+108+140=345 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.12% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 140 - color contains mainly: blue. Hex color #616C8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616C8C is #9E9373. Grayscale: #6C6C6C. Windows color (decimal): -10392436 or 9202785. OLE color: 9202785.

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

Color convert

RGB97108140-
CMYK0.310.2300.45
HSL224.65º18.14%46.47%-
HSV(B)224.65º30.71%54.9%-
XYZ15.0315.1626.95-
YUV108.36145.86119.9-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.12%
GREEN value IS 108 (42.58% from 255) = 31.30%
BLUE value IS 140 (55.08% from 255) = 40.58%
R=28.12%
G=31.30%
B=40.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal971081400.310.2300.45224.6518.1446.47
Hex616C8C1F1702De1122e
Octal14115421437270553412256
Binary1100001110110010001100111111011101011011110000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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