#616B9B

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

Shades of Waikawa Grey #616B9B

Tints of Waikawa Grey #616B9B

Color information

#616B9B (or 0x616B9B) is unknown color: approx Waikawa Grey. HEX triplet: 61, 6B and 9B. RGB value is (97,107,155). Sum of RGB (Red+Green+Blue) = 97+107+155=359 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.02% from 359); Green value is 107 (42.19% from 255 or 29.81% from 359); Blue value is 155 (60.94% from 255 or 43.18% from 359); Max value from RGB is 155 - color contains mainly: blue. Hex color #616B9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616B9B is #9E9464. Grayscale: #6D6D6D. Windows color (decimal): -10392677 or 10185569. OLE color: 10185569.

HSL color Cylindrical-coordinate representation of color #616B9B: hue angle of 229.66º 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 #616B9B is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB97107155-
CMYK0.370.3100.39
HSL229.66º23.02%49.41%-
HSV(B)229.66º37.42%60.78%-
XYZ16.115.4233.14-
YUV109.48153.69119.1-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.02%
GREEN value IS 107 (42.19% from 255) = 29.81%
BLUE value IS 155 (60.94% from 255) = 43.18%
R=27.02%
G=29.81%
B=43.18%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal971071550.370.3100.39229.6623.0249.41
Hex616B9B251F027e61731
Octal14115323345370473462761
Binary11000011101011100110111001011111101001111110011010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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