#61738C

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

Shades of Waikawa Grey #61738C

Tints of Waikawa Grey #61738C

Color information

#61738C (or 0x61738C) is unknown color: approx Waikawa Grey. HEX triplet: 61, 73 and 8C. RGB value is (97,115,140). Sum of RGB (Red+Green+Blue) = 97+115+140=352 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.56% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 140 (55.08% from 255 or 39.77% from 352); Max value from RGB is 140 - color contains mainly: blue. Hex color #61738C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61738C is #9E8C73. Grayscale: #707070. Windows color (decimal): -10390644 or 9204577. OLE color: 9204577.

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

Color convert

RGB97115140-
CMYK0.310.1800.45
HSL214.88º18.14%46.47%-
HSV(B)214.88º30.71%54.9%-
XYZ15.7916.727.2-
YUV112.47143.54116.97-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.56%
GREEN value IS 115 (45.31% from 255) = 32.67%
BLUE value IS 140 (55.08% from 255) = 39.77%
R=27.56%
G=32.67%
B=39.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal971151400.310.1800.45214.8818.1446.47
Hex61738C1F1202Dd7122e
Octal14116321437220553272256
Binary1100001111001110001100111111001001011011101011110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61738C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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