#616D93

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

Shades of Waikawa Grey #616D93

Tints of Waikawa Grey #616D93

Color information

#616D93 (or 0x616D93) is unknown color: approx Waikawa Grey. HEX triplet: 61, 6D and 93. RGB value is (97,109,147). Sum of RGB (Red+Green+Blue) = 97+109+147=353 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.48% from 353); Green value is 109 (42.97% from 255 or 30.88% from 353); Blue value is 147 (57.81% from 255 or 41.64% from 353); Max value from RGB is 147 - color contains mainly: blue. Hex color #616D93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616D93 is #9E926C. Grayscale: #6D6D6D. Windows color (decimal): -10392173 or 9661793. OLE color: 9661793.

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

Color convert

RGB97109147-
CMYK0.340.2600.42
HSL225.6º20.49%47.84%-
HSV(B)225.6º34.01%57.65%-
XYZ15.6615.5929.79-
YUV109.74149.02118.91-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.48%
GREEN value IS 109 (42.97% from 255) = 30.88%
BLUE value IS 147 (57.81% from 255) = 41.64%
R=27.48%
G=30.88%
B=41.64%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal971091470.340.2600.42225.620.4947.84
Hex616D93221A02Ae21430
Octal14115522342320523422460
Binary11000011101101100100111000101101001010101110001010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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