#616B8B

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

Shades of Waikawa Grey #616B8B

Tints of Waikawa Grey #616B8B

Color information

#616B8B (or 0x616B8B) is unknown color: approx Waikawa Grey. HEX triplet: 61, 6B and 8B. RGB value is (97,107,139). Sum of RGB (Red+Green+Blue) = 97+107+139=343 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.28% from 343); Green value is 107 (42.19% from 255 or 31.20% from 343); Blue value is 139 (54.69% from 255 or 40.52% from 343); Max value from RGB is 139 - color contains mainly: blue. Hex color #616B8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616B8B is #9E9474. Grayscale: #6B6B6B. Windows color (decimal): -10392693 or 9136993. OLE color: 9136993.

HSL color Cylindrical-coordinate representation of color #616B8B: hue angle of 225.71º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #616B8B is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB97107139-
CMYK0.300.2300.45
HSL225.71º17.8%46.27%-
HSV(B)225.71º30.22%54.51%-
XYZ14.8514.9226.52-
YUV107.66145.69120.4-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.28%
GREEN value IS 107 (42.19% from 255) = 31.20%
BLUE value IS 139 (54.69% from 255) = 40.52%
R=28.28%
G=31.20%
B=40.52%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal971071390.300.2300.45225.7117.846.27
Hex616B8B1E1702De2122e
Octal14115321336270553422256
Binary1100001110101110001011111101011101011011110001010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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