#616C85

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

Shades of Waikawa Grey #616C85

Tints of Waikawa Grey #616C85

Color information

#616C85 (or 0x616C85) is unknown color: approx Waikawa Grey. HEX triplet: 61, 6C and 85. RGB value is (97,108,133). Sum of RGB (Red+Green+Blue) = 97+108+133=338 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.70% from 338); Green value is 108 (42.58% from 255 or 31.95% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 133 - color contains mainly: blue. Hex color #616C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616C85 is #9E937A. Grayscale: #6B6B6B. Windows color (decimal): -10392443 or 8744033. OLE color: 8744033.

HSL color Cylindrical-coordinate representation of color #616C85: hue angle of 221.67º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #616C85 is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB97108133-
CMYK0.270.1900.48
HSL221.67º15.65%45.1%-
HSV(B)221.67º27.07%52.16%-
XYZ14.5314.9624.31-
YUV107.56142.36120.47-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.70%
GREEN value IS 108 (42.58% from 255) = 31.95%
BLUE value IS 133 (52.34% from 255) = 39.35%
R=28.70%
G=31.95%
B=39.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal971081330.270.1900.48221.6715.6545.1
Hex616C851B13030de102d
Octal14115420533230603362055
Binary1100001110110010000101110111001101100001101111010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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