#616F98

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

Shades of Waikawa Grey #616F98

Tints of Waikawa Grey #616F98

Color information

#616F98 (or 0x616F98) is unknown color: approx Waikawa Grey. HEX triplet: 61, 6F and 98. RGB value is (97,111,152). Sum of RGB (Red+Green+Blue) = 97+111+152=360 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.94% from 360); Green value is 111 (43.75% from 255 or 30.83% from 360); Blue value is 152 (59.77% from 255 or 42.22% from 360); Max value from RGB is 152 - color contains mainly: blue. Hex color #616F98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616F98 is #9E9067. Grayscale: #6F6F6F. Windows color (decimal): -10391656 or 9989985. OLE color: 9989985.

HSL color Cylindrical-coordinate representation of color #616F98: hue angle of 224.73º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #616F98 is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB97111152-
CMYK0.360.2700.40
HSL224.73º22.09%48.82%-
HSV(B)224.73º36.18%59.61%-
XYZ16.2816.1831.97-
YUV111.49150.86117.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.94%
GREEN value IS 111 (43.75% from 255) = 30.83%
BLUE value IS 152 (59.77% from 255) = 42.22%
R=26.94%
G=30.83%
B=42.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal971111520.360.2700.40224.7322.0948.82
Hex616F98241B028e11631
Octal14115723044330503412661
Binary11000011101111100110001001001101101010001110000110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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