#616C88

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

Shades of Waikawa Grey #616C88

Tints of Waikawa Grey #616C88

Color information

#616C88 (or 0x616C88) is unknown color: approx Waikawa Grey. HEX triplet: 61, 6C and 88. RGB value is (97,108,136). Sum of RGB (Red+Green+Blue) = 97+108+136=341 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.45% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 136 (53.52% from 255 or 39.88% from 341); Max value from RGB is 136 - color contains mainly: blue. Hex color #616C88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616C88 is #9E9377. Grayscale: #6B6B6B. Windows color (decimal): -10392440 or 8940641. OLE color: 8940641.

HSL color Cylindrical-coordinate representation of color #616C88: hue angle of 223.08º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #616C88 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB97108136-
CMYK0.290.2100.47
HSL223.08º16.74%45.69%-
HSV(B)223.08º28.68%53.33%-
XYZ14.7415.0425.42-
YUV107.9143.86120.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.45%
GREEN value IS 108 (42.58% from 255) = 31.67%
BLUE value IS 136 (53.52% from 255) = 39.88%
R=28.45%
G=31.67%
B=39.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal971081360.290.2100.47223.0816.7445.69
Hex616C881D1502Fdf112e
Octal14115421035250573372156
Binary1100001110110010001000111011010101011111101111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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