#616D91

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

Shades of Waikawa Grey #616D91

Tints of Waikawa Grey #616D91

Color information

#616D91 (or 0x616D91) is unknown color: approx Waikawa Grey. HEX triplet: 61, 6D and 91. RGB value is (97,109,145). Sum of RGB (Red+Green+Blue) = 97+109+145=351 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.64% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 145 (57.03% from 255 or 41.31% from 351); Max value from RGB is 145 - color contains mainly: blue. Hex color #616D91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616D91 is #9E926E. Grayscale: #6D6D6D. Windows color (decimal): -10392175 or 9530721. OLE color: 9530721.

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

Color convert

RGB97109145-
CMYK0.330.2500.43
HSL225º19.83%47.45%-
HSV(B)225º33.1%56.86%-
XYZ15.5115.5228.97-
YUV109.52148.02119.07-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.64%
GREEN value IS 109 (42.97% from 255) = 31.05%
BLUE value IS 145 (57.03% from 255) = 41.31%
R=27.64%
G=31.05%
B=41.31%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal971091450.330.2500.4322519.8347.45
Hex616D91211902Be1142f
Octal14115522141310533412457
Binary11000011101101100100011000011100101010111110000110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616D91; }

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

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

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

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

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

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

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

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