#616899

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

Shades of Waikawa Grey #616899

Tints of Waikawa Grey #616899

Color information

#616899 (or 0x616899) is unknown color: approx Waikawa Grey. HEX triplet: 61, 68 and 99. RGB value is (97,104,153). Sum of RGB (Red+Green+Blue) = 97+104+153=354 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.40% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 153 (60.16% from 255 or 43.22% from 354); Max value from RGB is 153 - color contains mainly: blue. Hex color #616899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616899 is #9E9766. Grayscale: #6B6B6B. Windows color (decimal): -10393447 or 10053729. OLE color: 10053729.

HSL color Cylindrical-coordinate representation of color #616899: hue angle of 232.5º 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 #616899 is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB97104153-
CMYK0.370.3200.4
HSL232.5º22.4%49.02%-
HSV(B)232.5º36.6%60%-
XYZ15.6314.7432.16-
YUV107.49153.68120.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.40%
GREEN value IS 104 (41.02% from 255) = 29.38%
BLUE value IS 153 (60.16% from 255) = 43.22%
R=27.40%
G=29.38%
B=43.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal971041530.370.3200.4232.522.449.02
Hex6168992520028e81631
Octal14115023145400503502661
Binary110000111010001001100110010110000001010001110100010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616899; }

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

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

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

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

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

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

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

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