#616D92

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

Shades of Waikawa Grey #616D92

Tints of Waikawa Grey #616D92

Color information

#616D92 (or 0x616D92) is unknown color: approx Waikawa Grey. HEX triplet: 61, 6D and 92. RGB value is (97,109,146). Sum of RGB (Red+Green+Blue) = 97+109+146=352 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.56% from 352); Green value is 109 (42.97% from 255 or 30.97% from 352); Blue value is 146 (57.42% from 255 or 41.48% from 352); Max value from RGB is 146 - color contains mainly: blue. Hex color #616D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616D92 is #9E926D. Grayscale: #6D6D6D. Windows color (decimal): -10392174 or 9596257. OLE color: 9596257.

HSL color Cylindrical-coordinate representation of color #616D92: hue angle of 225.31º 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 #616D92 is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB97109146-
CMYK0.340.2500.43
HSL225.31º20.16%47.65%-
HSV(B)225.31º33.56%57.25%-
XYZ15.5915.5529.37-
YUV109.63148.52118.99-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.56%
GREEN value IS 109 (42.97% from 255) = 30.97%
BLUE value IS 146 (57.42% from 255) = 41.48%
R=27.56%
G=30.97%
B=41.48%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal971091460.340.2500.43225.3120.1647.65
Hex616D92221902Be11430
Octal14115522242310533412460
Binary11000011101101100100101000101100101010111110000110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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