#617394

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

Shades of Waikawa Grey #617394

Tints of Waikawa Grey #617394

Color information

#617394 (or 0x617394) is unknown color: approx Waikawa Grey. HEX triplet: 61, 73 and 94. RGB value is (97,115,148). Sum of RGB (Red+Green+Blue) = 97+115+148=360 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.94% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 148 (58.20% from 255 or 41.11% from 360); Max value from RGB is 148 - color contains mainly: blue. Hex color #617394 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617394 is #9E8C6B. Grayscale: #717171. Windows color (decimal): -10390636 or 9728865. OLE color: 9728865.

HSL color Cylindrical-coordinate representation of color #617394: hue angle of 218.82º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #617394 is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB97115148-
CMYK0.340.2200.42
HSL218.82º20.82%48.04%-
HSV(B)218.82º34.46%58.04%-
XYZ16.4116.9430.42-
YUV113.38147.54116.32-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.94%
GREEN value IS 115 (45.31% from 255) = 31.94%
BLUE value IS 148 (58.20% from 255) = 41.11%
R=26.94%
G=31.94%
B=41.11%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal971151480.340.2200.42218.8220.8248.04
Hex617394221602Adb1530
Octal14116322442260523332560
Binary11000011110011100101001000101011001010101101101110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617394; }

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

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

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

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

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

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

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

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