#616983

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

Shades of Waikawa Grey #616983

Tints of Waikawa Grey #616983

Color information

#616983 (or 0x616983) is unknown color: approx Waikawa Grey. HEX triplet: 61, 69 and 83. RGB value is (97,105,131). Sum of RGB (Red+Green+Blue) = 97+105+131=333 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.13% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 131 (51.56% from 255 or 39.34% from 333); Max value from RGB is 131 - color contains mainly: blue. Hex color #616983 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616983 is #9E967C. Grayscale: #696969. Windows color (decimal): -10393213 or 8612193. OLE color: 8612193.

HSL color Cylindrical-coordinate representation of color #616983: hue angle of 225.88º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #616983 is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB97105131-
CMYK0.260.2000.49
HSL225.88º14.91%44.71%-
HSV(B)225.88º25.95%51.37%-
XYZ14.0814.2823.49-
YUV105.57142.35121.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.13%
GREEN value IS 105 (41.41% from 255) = 31.53%
BLUE value IS 131 (51.56% from 255) = 39.34%
R=29.13%
G=31.53%
B=39.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal971051310.260.2000.49225.8814.9144.71
Hex6169831A14031e2f2d
Octal14115120332240613421755
Binary110000111010011000001111010101000110001111000101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616983; }

 p { color: rgb(97,105,131); }

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

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

 a { background-color: rgb(97,105,131); }

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

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

 span { border-color: rgb(97,105,131); }

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