#617594

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

Shades of Waikawa Grey #617594

Tints of Waikawa Grey #617594

Color information

#617594 (or 0x617594) is unknown color: approx Waikawa Grey. HEX triplet: 61, 75 and 94. RGB value is (97,117,148). Sum of RGB (Red+Green+Blue) = 97+117+148=362 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.80% from 362); Green value is 117 (46.09% from 255 or 32.32% from 362); Blue value is 148 (58.20% from 255 or 40.88% from 362); Max value from RGB is 148 - color contains mainly: blue. Hex color #617594 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617594 is #9E8A6B. Grayscale: #727272. Windows color (decimal): -10390124 or 9729377. OLE color: 9729377.

HSL color Cylindrical-coordinate representation of color #617594: hue angle of 216.47º 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 #617594 is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB97117148-
CMYK0.340.2100.42
HSL216.47º20.82%48.04%-
HSV(B)216.47º34.46%58.04%-
XYZ16.6417.430.5-
YUV114.55146.87115.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.80%
GREEN value IS 117 (46.09% from 255) = 32.32%
BLUE value IS 148 (58.20% from 255) = 40.88%
R=26.80%
G=32.32%
B=40.88%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal971171480.340.2100.42216.4720.8248.04
Hex617594221502Ad81530
Octal14116522442250523302560
Binary11000011110101100101001000101010101010101101100010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617594; }

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

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

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

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

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

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

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

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