#616883

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

Shades of Waikawa Grey #616883

Tints of Waikawa Grey #616883

Color information

#616883 (or 0x616883) is unknown color: approx Waikawa Grey. HEX triplet: 61, 68 and 83. RGB value is (97,104,131). Sum of RGB (Red+Green+Blue) = 97+104+131=332 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.22% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 131 (51.56% from 255 or 39.46% from 332); Max value from RGB is 131 - color contains mainly: blue. Hex color #616883 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616883 is #9E977C. Grayscale: #686868. Windows color (decimal): -10393469 or 8611937. OLE color: 8611937.

HSL color Cylindrical-coordinate representation of color #616883: hue angle of 227.65º 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 #616883 is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB97104131-
CMYK0.260.2100.49
HSL227.65º14.91%44.71%-
HSV(B)227.65º25.95%51.37%-
XYZ13.9814.0823.45-
YUV104.98142.68122.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.22%
GREEN value IS 104 (41.02% from 255) = 31.33%
BLUE value IS 131 (51.56% from 255) = 39.46%
R=29.22%
G=31.33%
B=39.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal971041310.260.2100.49227.6514.9144.71
Hex6168831A15031e4f2d
Octal14115020332250613441755
Binary110000111010001000001111010101010110001111001001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616883; }

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

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

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

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

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

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

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

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