#616F9B

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

Shades of Waikawa Grey #616F9B

Tints of Waikawa Grey #616F9B

Color information

#616F9B (or 0x616F9B) is unknown color: approx Waikawa Grey. HEX triplet: 61, 6F and 9B. RGB value is (97,111,155). Sum of RGB (Red+Green+Blue) = 97+111+155=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 111 (43.75% from 255 or 30.58% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 155 - color contains mainly: blue. Hex color #616F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616F9B is #9E9064. Grayscale: #6F6F6F. Windows color (decimal): -10391653 or 10186593. OLE color: 10186593.

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

Color convert

RGB97111155-
CMYK0.370.2800.39
HSL225.52º23.02%49.41%-
HSV(B)225.52º37.42%60.78%-
XYZ16.5316.2833.28-
YUV111.83152.36117.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.72%
GREEN value IS 111 (43.75% from 255) = 30.58%
BLUE value IS 155 (60.94% from 255) = 42.70%
R=26.72%
G=30.58%
B=42.70%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal971111550.370.2800.39225.5223.0249.41
Hex616F9B251C027e21731
Octal14115723345340473422761
Binary11000011101111100110111001011110001001111110001010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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