#61718A

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

Shades of Waikawa Grey #61718A

Tints of Waikawa Grey #61718A

Color information

#61718A (or 0x61718A) is unknown color: approx Waikawa Grey. HEX triplet: 61, 71 and 8A. RGB value is (97,113,138). Sum of RGB (Red+Green+Blue) = 97+113+138=348 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.87% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 138 - color contains mainly: blue. Hex color #61718A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61718A is #9E8E75. Grayscale: #6E6E6E. Windows color (decimal): -10391158 or 9072993. OLE color: 9072993.

HSL color Cylindrical-coordinate representation of color #61718A: hue angle of 216.59º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #61718A is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB97113138-
CMYK0.300.1800.46
HSL216.59º17.45%46.08%-
HSV(B)216.59º29.71%54.12%-
XYZ15.4216.1926.36-
YUV111.07143.2117.97-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.87%
GREEN value IS 113 (44.53% from 255) = 32.47%
BLUE value IS 138 (54.30% from 255) = 39.66%
R=27.87%
G=32.47%
B=39.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal971131380.300.1800.46216.5917.4546.08
Hex61718A1E1202Ed9112e
Octal14116121236220563312156
Binary1100001111000110001010111101001001011101101100110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61718A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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