#61718C

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

Shades of Waikawa Grey #61718C

Tints of Waikawa Grey #61718C

Color information

#61718C (or 0x61718C) is unknown color: approx Waikawa Grey. HEX triplet: 61, 71 and 8C. RGB value is (97,113,140). Sum of RGB (Red+Green+Blue) = 97+113+140=350 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.71% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 140 - color contains mainly: blue. Hex color #61718C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61718C is #9E8E73. Grayscale: #6F6F6F. Windows color (decimal): -10391156 or 9204065. OLE color: 9204065.

HSL color Cylindrical-coordinate representation of color #61718C: hue angle of 217.67º 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 #61718C is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB97113140-
CMYK0.310.1900.45
HSL217.67º18.14%46.47%-
HSV(B)217.67º30.71%54.9%-
XYZ15.5716.2527.13-
YUV111.29144.2117.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.71%
GREEN value IS 113 (44.53% from 255) = 32.29%
BLUE value IS 140 (55.08% from 255) = 40%
R=27.71%
G=32.29%
B=40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal971131400.310.1900.45217.6718.1446.47
Hex61718C1F1302Dda122e
Octal14116121437230553322256
Binary1100001111000110001100111111001101011011101101010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61718C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61718C; }

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

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

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

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

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

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

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

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