#616982

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

Shades of Waikawa Grey #616982

Tints of Waikawa Grey #616982

Color information

#616982 (or 0x616982) is unknown color: approx Waikawa Grey. HEX triplet: 61, 69 and 82. RGB value is (97,105,130). Sum of RGB (Red+Green+Blue) = 97+105+130=332 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.22% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 130 (51.17% from 255 or 39.16% from 332); Max value from RGB is 130 - color contains mainly: blue. Hex color #616982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616982 is #9E967D. Grayscale: #696969. Windows color (decimal): -10393214 or 8546657. OLE color: 8546657.

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

Color convert

RGB97105130-
CMYK0.250.1900.49
HSL225.45º14.54%44.51%-
HSV(B)225.45º25.38%50.98%-
XYZ14.0114.2623.13-
YUV105.46141.85121.97-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.22%
GREEN value IS 105 (41.41% from 255) = 31.63%
BLUE value IS 130 (51.17% from 255) = 39.16%
R=29.22%
G=31.63%
B=39.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal971051300.250.1900.49225.4514.5444.51
Hex6169821913031e1f2d
Octal14115120231230613411755
Binary110000111010011000001011001100110110001111000011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616982; }

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

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

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

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

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

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

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

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