#617391

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

Shades of Waikawa Grey #617391

Tints of Waikawa Grey #617391

Color information

#617391 (or 0x617391) is unknown color: approx Waikawa Grey. HEX triplet: 61, 73 and 91. RGB value is (97,115,145). Sum of RGB (Red+Green+Blue) = 97+115+145=357 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.17% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 145 (57.03% from 255 or 40.62% from 357); Max value from RGB is 145 - color contains mainly: blue. Hex color #617391 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617391 is #9E8C6E. Grayscale: #707070. Windows color (decimal): -10390639 or 9532257. OLE color: 9532257.

HSL color Cylindrical-coordinate representation of color #617391: hue angle of 217.5º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #617391 is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB97115145-
CMYK0.330.2100.43
HSL217.5º19.83%47.45%-
HSV(B)217.5º33.1%56.86%-
XYZ16.1716.8529.19-
YUV113.04146.04116.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.17%
GREEN value IS 115 (45.31% from 255) = 32.21%
BLUE value IS 145 (57.03% from 255) = 40.62%
R=27.17%
G=32.21%
B=40.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal971151450.330.2100.43217.519.8347.45
Hex617391211502Bda142f
Octal14116322141250533322457
Binary11000011110011100100011000011010101010111101101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617391; }

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

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

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

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

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

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

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

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