#61709C

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

Shades of Waikawa Grey #61709C

Tints of Waikawa Grey #61709C

Color information

#61709C (or 0x61709C) is unknown color: approx Waikawa Grey. HEX triplet: 61, 70 and 9C. RGB value is (97,112,156). Sum of RGB (Red+Green+Blue) = 97+112+156=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 156 (61.33% from 255 or 42.74% from 365); Max value from RGB is 156 - color contains mainly: blue. Hex color #61709C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61709C is #9E8F63. Grayscale: #707070. Windows color (decimal): -10391396 or 10252385. OLE color: 10252385.

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

Color convert

RGB97112156-
CMYK0.380.2800.39
HSL224.75º23.32%49.61%-
HSV(B)224.75º37.82%61.18%-
XYZ16.7216.5333.76-
YUV112.53152.53116.92-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.58%
GREEN value IS 112 (44.14% from 255) = 30.68%
BLUE value IS 156 (61.33% from 255) = 42.74%
R=26.58%
G=30.68%
B=42.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal971121560.380.2800.39224.7523.3249.61
Hex61709C261C027e11732
Octal14116023446340473412762
Binary11000011110000100111001001101110001001111110000110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61709C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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