#616F9C

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

Shades of Waikawa Grey #616F9C

Tints of Waikawa Grey #616F9C

Color information

#616F9C (or 0x616F9C) is unknown color: approx Waikawa Grey. HEX triplet: 61, 6F and 9C. RGB value is (97,111,156). Sum of RGB (Red+Green+Blue) = 97+111+156=364 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.65% from 364); Green value is 111 (43.75% from 255 or 30.49% from 364); Blue value is 156 (61.33% from 255 or 42.86% from 364); Max value from RGB is 156 - color contains mainly: blue. Hex color #616F9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616F9C is #9E9063. Grayscale: #6F6F6F. Windows color (decimal): -10391652 or 10252129. OLE color: 10252129.

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

Color convert

RGB97111156-
CMYK0.380.2900.39
HSL225.76º23.32%49.61%-
HSV(B)225.76º37.82%61.18%-
XYZ16.6116.3133.73-
YUV111.94152.86117.34-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.65%
GREEN value IS 111 (43.75% from 255) = 30.49%
BLUE value IS 156 (61.33% from 255) = 42.86%
R=26.65%
G=30.49%
B=42.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal971111560.380.2900.39225.7623.3249.61
Hex616F9C261D027e21732
Octal14115723446350473422762
Binary11000011101111100111001001101110101001111110001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,111,156); }

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

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

 a { background-color: rgb(97,111,156); }

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

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

 span { border-color: rgb(97,111,156); }

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