#616C9B

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

Shades of Waikawa Grey #616C9B

Tints of Waikawa Grey #616C9B

Color information

#616C9B (or 0x616C9B) is unknown color: approx Waikawa Grey. HEX triplet: 61, 6C and 9B. RGB value is (97,108,155). Sum of RGB (Red+Green+Blue) = 97+108+155=360 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.94% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 155 (60.94% from 255 or 43.06% from 360); Max value from RGB is 155 - color contains mainly: blue. Hex color #616C9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616C9B is #9E9364. Grayscale: #6D6D6D. Windows color (decimal): -10392421 or 10185825. OLE color: 10185825.

HSL color Cylindrical-coordinate representation of color #616C9B: hue angle of 228.62º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #616C9B is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB97108155-
CMYK0.370.3000.39
HSL228.62º23.02%49.41%-
HSV(B)228.62º37.42%60.78%-
XYZ16.2115.6333.17-
YUV110.07153.36118.68-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.94%
GREEN value IS 108 (42.58% from 255) = 30%
BLUE value IS 155 (60.94% from 255) = 43.06%
R=26.94%
G=30%
B=43.06%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal971081550.370.3000.39228.6223.0249.41
Hex616C9B251E027e51731
Octal14115423345360473452761
Binary11000011101100100110111001011111001001111110010110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,108,155); }

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

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

 a { background-color: rgb(97,108,155); }

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

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

 span { border-color: rgb(97,108,155); }

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