#61759D

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

Shades of Waikawa Grey #61759D

Tints of Waikawa Grey #61759D

Color information

#61759D (or 0x61759D) is unknown color: approx Waikawa Grey. HEX triplet: 61, 75 and 9D. RGB value is (97,117,157). Sum of RGB (Red+Green+Blue) = 97+117+157=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 157 - color contains mainly: blue. Hex color #61759D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61759D is #9E8A62. Grayscale: #737373. Windows color (decimal): -10390115 or 10319201. OLE color: 10319201.

HSL color Cylindrical-coordinate representation of color #61759D: hue angle of 220º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #61759D is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB97117157-
CMYK0.380.2500.38
HSL220º23.62%49.8%-
HSV(B)220º38.22%61.57%-
XYZ17.3817.734.4-
YUV115.58151.37114.75-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.15%
GREEN value IS 117 (46.09% from 255) = 31.54%
BLUE value IS 157 (61.72% from 255) = 42.32%
R=26.15%
G=31.54%
B=42.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971171570.380.2500.3822023.6249.8
Hex61759D2619026dc1832
Octal14116523546310463343062
Binary11000011110101100111011001101100101001101101110011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61759D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61759D; }

 p { color: rgb(97,117,157); }

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

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

 a { background-color: rgb(97,117,157); }

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

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

 span { border-color: rgb(97,117,157); }

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