#616C9E

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

Shades of Waikawa Grey #616C9E

Tints of Waikawa Grey #616C9E

Color information

#616C9E (or 0x616C9E) is unknown color: approx Waikawa Grey. HEX triplet: 61, 6C and 9E. RGB value is (97,108,158). Sum of RGB (Red+Green+Blue) = 97+108+158=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 158 - color contains mainly: blue. Hex color #616C9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616C9E is #9E9361. Grayscale: #6E6E6E. Windows color (decimal): -10392418 or 10382433. OLE color: 10382433.

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

Color convert

RGB97108158-
CMYK0.390.3200.38
HSL229.18º23.92%50%-
HSV(B)229.18º38.61%61.96%-
XYZ16.4615.7434.52-
YUV110.41154.86118.43-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.72%
GREEN value IS 108 (42.58% from 255) = 29.75%
BLUE value IS 158 (62.11% from 255) = 43.53%
R=26.72%
G=29.75%
B=43.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971081580.390.3200.38229.1823.9250
Hex616C9E2720026e51832
Octal14115423647400463453062
Binary110000111011001001111010011110000001001101110010111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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