#616B92

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

Shades of Waikawa Grey #616B92

Tints of Waikawa Grey #616B92

Color information

#616B92 (or 0x616B92) is unknown color: approx Waikawa Grey. HEX triplet: 61, 6B and 92. RGB value is (97,107,146). Sum of RGB (Red+Green+Blue) = 97+107+146=350 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.71% from 350); Green value is 107 (42.19% from 255 or 30.57% from 350); Blue value is 146 (57.42% from 255 or 41.71% from 350); Max value from RGB is 146 - color contains mainly: blue. Hex color #616B92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616B92 is #9E946D. Grayscale: #6C6C6C. Windows color (decimal): -10392686 or 9595745. OLE color: 9595745.

HSL color Cylindrical-coordinate representation of color #616B92: hue angle of 227.76º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #616B92 is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB97107146-
CMYK0.340.2700.43
HSL227.76º20.16%47.65%-
HSV(B)227.76º33.56%57.25%-
XYZ15.3815.1329.3-
YUV108.46149.19119.83-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.71%
GREEN value IS 107 (42.19% from 255) = 30.57%
BLUE value IS 146 (57.42% from 255) = 41.71%
R=27.71%
G=30.57%
B=41.71%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal971071460.340.2700.43227.7620.1647.65
Hex616B92221B02Be41430
Octal14115322242330533442460
Binary11000011101011100100101000101101101010111110010010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,107,146); }

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

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

 a { background-color: rgb(97,107,146); }

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

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

 span { border-color: rgb(97,107,146); }

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