#617593

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

Shades of Waikawa Grey #617593

Tints of Waikawa Grey #617593

Color information

#617593 (or 0x617593) is unknown color: approx Waikawa Grey. HEX triplet: 61, 75 and 93. RGB value is (97,117,147). Sum of RGB (Red+Green+Blue) = 97+117+147=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 147 (57.81% from 255 or 40.72% from 361); Max value from RGB is 147 - color contains mainly: blue. Hex color #617593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617593 is #9E8A6C. Grayscale: #727272. Windows color (decimal): -10390125 or 9663841. OLE color: 9663841.

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

Color convert

RGB97117147-
CMYK0.340.2000.42
HSL216º20.49%47.84%-
HSV(B)216º34.01%57.65%-
XYZ16.5617.3730.08-
YUV114.44146.37115.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.87%
GREEN value IS 117 (46.09% from 255) = 32.41%
BLUE value IS 147 (57.81% from 255) = 40.72%
R=26.87%
G=32.41%
B=40.72%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal971171470.340.2000.4221620.4947.84
Hex617593221402Ad81430
Octal14116522342240523302460
Binary11000011110101100100111000101010001010101101100010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617593; }

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

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

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

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

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

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

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

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