#616D99

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

Shades of Waikawa Grey #616D99

Tints of Waikawa Grey #616D99

Color information

#616D99 (or 0x616D99) is unknown color: approx Waikawa Grey. HEX triplet: 61, 6D and 99. RGB value is (97,109,153). Sum of RGB (Red+Green+Blue) = 97+109+153=359 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.02% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 153 (60.16% from 255 or 42.62% from 359); Max value from RGB is 153 - color contains mainly: blue. Hex color #616D99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616D99 is #9E9266. Grayscale: #6E6E6E. Windows color (decimal): -10392167 or 10055009. OLE color: 10055009.

HSL color Cylindrical-coordinate representation of color #616D99: hue angle of 227.14º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #616D99 is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB97109153-
CMYK0.370.2900.4
HSL227.14º22.4%49.02%-
HSV(B)227.14º36.6%60%-
XYZ16.1515.7832.33-
YUV110.43152.02118.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.02%
GREEN value IS 109 (42.97% from 255) = 30.36%
BLUE value IS 153 (60.16% from 255) = 42.62%
R=27.02%
G=30.36%
B=42.62%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal971091530.370.2900.4227.1422.449.02
Hex616D99251D028e31631
Octal14115523145350503432661
Binary11000011101101100110011001011110101010001110001110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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