#617491

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

Shades of Waikawa Grey #617491

Tints of Waikawa Grey #617491

Color information

#617491 (or 0x617491) is unknown color: approx Waikawa Grey. HEX triplet: 61, 74 and 91. RGB value is (97,116,145). Sum of RGB (Red+Green+Blue) = 97+116+145=358 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.09% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 145 (57.03% from 255 or 40.50% from 358); Max value from RGB is 145 - color contains mainly: blue. Hex color #617491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617491 is #9E8B6E. Grayscale: #717171. Windows color (decimal): -10390383 or 9532513. OLE color: 9532513.

HSL color Cylindrical-coordinate representation of color #617491: hue angle of 216.25º 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 #617491 is Cyan = 0.33, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB97116145-
CMYK0.330.200.43
HSL216.25º19.83%47.45%-
HSV(B)216.25º33.1%56.86%-
XYZ16.2917.0829.23-
YUV113.62145.71116.14-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.09%
GREEN value IS 116 (45.70% from 255) = 32.40%
BLUE value IS 145 (57.03% from 255) = 40.50%
R=27.09%
G=32.40%
B=40.50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal971161450.330.200.43216.2519.8347.45
Hex617491211402Bd8142f
Octal14116422141240533302457
Binary11000011110100100100011000011010001010111101100010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617491; }

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

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

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

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

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

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

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

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