#61718B

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

Shades of Waikawa Grey #61718B

Tints of Waikawa Grey #61718B

Color information

#61718B (or 0x61718B) is unknown color: approx Waikawa Grey. HEX triplet: 61, 71 and 8B. RGB value is (97,113,139). Sum of RGB (Red+Green+Blue) = 97+113+139=349 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.79% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 139 - color contains mainly: blue. Hex color #61718B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61718B is #9E8E74. Grayscale: #6F6F6F. Windows color (decimal): -10391157 or 9138529. OLE color: 9138529.

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

Color convert

RGB97113139-
CMYK0.300.1900.45
HSL217.14º17.8%46.27%-
HSV(B)217.14º30.22%54.51%-
XYZ15.516.2226.74-
YUV111.18143.7117.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.79%
GREEN value IS 113 (44.53% from 255) = 32.38%
BLUE value IS 139 (54.69% from 255) = 39.83%
R=27.79%
G=32.38%
B=39.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal971131390.300.1900.45217.1417.846.27
Hex61718B1E1302Dd9122e
Octal14116121336230553312256
Binary1100001111000110001011111101001101011011101100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61718B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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