#616885

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

Shades of Waikawa Grey #616885

Tints of Waikawa Grey #616885

Color information

#616885 (or 0x616885) is unknown color: approx Waikawa Grey. HEX triplet: 61, 68 and 85. RGB value is (97,104,133). Sum of RGB (Red+Green+Blue) = 97+104+133=334 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.04% from 334); Green value is 104 (41.02% from 255 or 31.14% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 133 - color contains mainly: blue. Hex color #616885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616885 is #9E977A. Grayscale: #696969. Windows color (decimal): -10393467 or 8743009. OLE color: 8743009.

HSL color Cylindrical-coordinate representation of color #616885: hue angle of 228.33º 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 #616885 is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB97104133-
CMYK0.270.2200.48
HSL228.33º15.65%45.1%-
HSV(B)228.33º27.07%52.16%-
XYZ14.1114.1424.17-
YUV105.21143.68122.14-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.04%
GREEN value IS 104 (41.02% from 255) = 31.14%
BLUE value IS 133 (52.34% from 255) = 39.82%
R=29.04%
G=31.14%
B=39.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal971041330.270.2200.48228.3315.6545.1
Hex6168851B16030e4102d
Octal14115020533260603442055
Binary1100001110100010000101110111011001100001110010010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616885; }

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

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

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

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

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

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

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

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