#61758D

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

Shades of Waikawa Grey #61758D

Tints of Waikawa Grey #61758D

Color information

#61758D (or 0x61758D) is unknown color: approx Waikawa Grey. HEX triplet: 61, 75 and 8D. RGB value is (97,117,141). Sum of RGB (Red+Green+Blue) = 97+117+141=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 141 (55.47% from 255 or 39.72% from 355); Max value from RGB is 141 - color contains mainly: blue. Hex color #61758D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61758D is #9E8A72. Grayscale: #717171. Windows color (decimal): -10390131 or 9270625. OLE color: 9270625.

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

Color convert

RGB97117141-
CMYK0.310.1700.45
HSL212.73º18.49%46.67%-
HSV(B)212.73º31.21%55.29%-
XYZ16.117.1927.67-
YUV113.76143.37116.05-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.32%
GREEN value IS 117 (46.09% from 255) = 32.96%
BLUE value IS 141 (55.47% from 255) = 39.72%
R=27.32%
G=32.96%
B=39.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal971171410.310.1700.45212.7318.4946.67
Hex61758D1F1102Dd5122f
Octal14116521537210553252257
Binary1100001111010110001101111111000101011011101010110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61758D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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