#616B95

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

Shades of Waikawa Grey #616B95

Tints of Waikawa Grey #616B95

Color information

#616B95 (or 0x616B95) is unknown color: approx Waikawa Grey. HEX triplet: 61, 6B and 95. RGB value is (97,107,149). Sum of RGB (Red+Green+Blue) = 97+107+149=353 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.48% from 353); Green value is 107 (42.19% from 255 or 30.31% from 353); Blue value is 149 (58.59% from 255 or 42.21% from 353); Max value from RGB is 149 - color contains mainly: blue. Hex color #616B95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616B95 is #9E946A. Grayscale: #6C6C6C. Windows color (decimal): -10392683 or 9792353. OLE color: 9792353.

HSL color Cylindrical-coordinate representation of color #616B95: hue angle of 228.46º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #616B95 is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB97107149-
CMYK0.350.2800.42
HSL228.46º21.14%48.24%-
HSV(B)228.46º34.9%58.43%-
XYZ15.6115.2330.55-
YUV108.8150.69119.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.48%
GREEN value IS 107 (42.19% from 255) = 30.31%
BLUE value IS 149 (58.59% from 255) = 42.21%
R=27.48%
G=30.31%
B=42.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal971071490.350.2800.42228.4621.1448.24
Hex616B95231C02Ae41530
Octal14115322543340523442560
Binary11000011101011100101011000111110001010101110010010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,107,149); }

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

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

 a { background-color: rgb(97,107,149); }

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

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

 span { border-color: rgb(97,107,149); }

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