#61708B

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

Shades of Waikawa Grey #61708B

Tints of Waikawa Grey #61708B

Color information

#61708B (or 0x61708B) is unknown color: approx Waikawa Grey. HEX triplet: 61, 70 and 8B. RGB value is (97,112,139). Sum of RGB (Red+Green+Blue) = 97+112+139=348 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.87% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 139 (54.69% from 255 or 39.94% from 348); Max value from RGB is 139 - color contains mainly: blue. Hex color #61708B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61708B is #9E8F74. Grayscale: #6E6E6E. Windows color (decimal): -10391413 or 9138273. OLE color: 9138273.

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

Color convert

RGB97112139-
CMYK0.300.1900.45
HSL218.57º17.8%46.27%-
HSV(B)218.57º30.22%54.51%-
XYZ15.3815.9926.7-
YUV110.59144.03118.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.87%
GREEN value IS 112 (44.14% from 255) = 32.18%
BLUE value IS 139 (54.69% from 255) = 39.94%
R=27.87%
G=32.18%
B=39.94%

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
Decimal971121390.300.1900.45218.5717.846.27
Hex61708B1E1302Ddb122e
Octal14116021336230553332256
Binary1100001111000010001011111101001101011011101101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61708B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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