#616B8F

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

Shades of Waikawa Grey #616B8F

Tints of Waikawa Grey #616B8F

Color information

#616B8F (or 0x616B8F) is unknown color: approx Waikawa Grey. HEX triplet: 61, 6B and 8F. RGB value is (97,107,143). Sum of RGB (Red+Green+Blue) = 97+107+143=347 (45% of max value = 765). Red value is 97 (38.28% from 255 or 27.95% from 347); Green value is 107 (42.19% from 255 or 30.84% from 347); Blue value is 143 (56.25% from 255 or 41.21% from 347); Max value from RGB is 143 - color contains mainly: blue. Hex color #616B8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616B8F is #9E9470. Grayscale: #6B6B6B. Windows color (decimal): -10392689 or 9399137. OLE color: 9399137.

HSL color Cylindrical-coordinate representation of color #616B8F: hue angle of 226.96º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #616B8F is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB97107143-
CMYK0.320.2500.44
HSL226.96º19.17%47.06%-
HSV(B)226.96º32.17%56.08%-
XYZ15.1515.0428.09-
YUV108.11147.69120.07-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.95%
GREEN value IS 107 (42.19% from 255) = 30.84%
BLUE value IS 143 (56.25% from 255) = 41.21%
R=27.95%
G=30.84%
B=41.21%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal971071430.320.2500.44226.9619.1747.06
Hex616B8F201902Ce3132f
Octal14115321740310543432357
Binary11000011101011100011111000001100101011001110001110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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