#616796

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

Shades of Waikawa Grey #616796

Tints of Waikawa Grey #616796

Color information

#616796 (or 0x616796) is unknown color: approx Waikawa Grey. HEX triplet: 61, 67 and 96. RGB value is (97,103,150). Sum of RGB (Red+Green+Blue) = 97+103+150=350 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.71% from 350); Green value is 103 (40.62% from 255 or 29.43% from 350); Blue value is 150 (58.98% from 255 or 42.86% from 350); Max value from RGB is 150 - color contains mainly: blue. Hex color #616796 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616796 is #9E9869. Grayscale: #6A6A6A. Windows color (decimal): -10393706 or 9856865. OLE color: 9856865.

HSL color Cylindrical-coordinate representation of color #616796: hue angle of 233.21º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #616796 is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB97103150-
CMYK0.350.3100.41
HSL233.21º21.46%48.43%-
HSV(B)233.21º35.33%58.82%-
XYZ15.2914.4430.84-
YUV106.56152.51121.18-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.71%
GREEN value IS 103 (40.62% from 255) = 29.43%
BLUE value IS 150 (58.98% from 255) = 42.86%
R=27.71%
G=29.43%
B=42.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal971031500.350.3100.41233.2121.4648.43
Hex616796231F029e91530
Octal14114722643370513512560
Binary11000011100111100101101000111111101010011110100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616796; }

 p { color: rgb(97,103,150); }

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

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

 a { background-color: rgb(97,103,150); }

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

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

 span { border-color: rgb(97,103,150); }

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