#61709F

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

Shades of Waikawa Grey #61709F

Tints of Waikawa Grey #61709F

Color information

#61709F (or 0x61709F) is unknown color: approx Waikawa Grey. HEX triplet: 61, 70 and 9F. RGB value is (97,112,159). Sum of RGB (Red+Green+Blue) = 97+112+159=368 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.36% from 368); Green value is 112 (44.14% from 255 or 30.43% from 368); Blue value is 159 (62.5% from 255 or 43.21% from 368); Max value from RGB is 159 - color contains mainly: blue. Hex color #61709F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61709F is #9E8F60. Grayscale: #707070. Windows color (decimal): -10391393 or 10448993. OLE color: 10448993.

HSL color Cylindrical-coordinate representation of color #61709F: hue angle of 225.48º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #61709F is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB97112159-
CMYK0.390.3000.38
HSL225.48º24.41%50.2%-
HSV(B)225.48º38.99%62.35%-
XYZ16.9816.6335.12-
YUV112.87154.03116.68-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.36%
GREEN value IS 112 (44.14% from 255) = 30.43%
BLUE value IS 159 (62.5% from 255) = 43.21%
R=26.36%
G=30.43%
B=43.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971121590.390.3000.38225.4824.4150.2
Hex61709F271E026e11832
Octal14116023747360463413062
Binary11000011110000100111111001111111001001101110000111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61709F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61709F; }

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

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

<style>
 a { background-color: #61709F; }

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

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

<style>
 span { border-color: #61709F; }

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

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