#616F9E

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

Shades of Waikawa Grey #616F9E

Tints of Waikawa Grey #616F9E

Color information

#616F9E (or 0x616F9E) is unknown color: approx Waikawa Grey. HEX triplet: 61, 6F and 9E. RGB value is (97,111,158). Sum of RGB (Red+Green+Blue) = 97+111+158=366 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.50% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 158 (62.11% from 255 or 43.17% from 366); Max value from RGB is 158 - color contains mainly: blue. Hex color #616F9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616F9E is #9E9061. Grayscale: #6F6F6F. Windows color (decimal): -10391650 or 10383201. OLE color: 10383201.

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

Color convert

RGB97111158-
CMYK0.390.3000.38
HSL226.23º23.92%50%-
HSV(B)226.23º38.61%61.96%-
XYZ16.7916.3834.62-
YUV112.17153.86117.18-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.50%
GREEN value IS 111 (43.75% from 255) = 30.33%
BLUE value IS 158 (62.11% from 255) = 43.17%
R=26.50%
G=30.33%
B=43.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971111580.390.3000.38226.2323.9250
Hex616F9E271E026e21832
Octal14115723647360463423062
Binary11000011101111100111101001111111001001101110001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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