#6176A2

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

Shades of Waikawa Grey #6176A2

Tints of Waikawa Grey #6176A2

Color information

#6176A2 (or 0x6176A2) is unknown color: approx Waikawa Grey. HEX triplet: 61, 76 and A2. RGB value is (97,118,162). Sum of RGB (Red+Green+Blue) = 97+118+162=377 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.73% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 162 (63.67% from 255 or 42.97% from 377); Max value from RGB is 162 - color contains mainly: blue. Hex color #6176A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6176A2 is #9E895D. Grayscale: #747474. Windows color (decimal): -10389854 or 10647137. OLE color: 10647137.

HSL color Cylindrical-coordinate representation of color #6176A2: hue angle of 220.62º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6176A2 is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB97118162-
CMYK0.400.2700.36
HSL220.62º25.9%50.78%-
HSV(B)220.62º40.12%63.53%-
XYZ17.9318.1136.73-
YUV116.74153.54113.92-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.73%
GREEN value IS 118 (46.48% from 255) = 31.30%
BLUE value IS 162 (63.67% from 255) = 42.97%
R=25.73%
G=31.30%
B=42.97%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal971181620.400.2700.36220.6225.950.78
Hex6176A2281B024dd1a33
Octal14116624250330443353263
Binary11000011110110101000101010001101101001001101110111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6176A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6176A2; }

 p { color: rgb(97,118,162); }

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

<style>
 a { background-color: #6176A2; }

 a { background-color: rgb(97,118,162); }

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

<style>
 span { border-color: #6176A2; }

 span { border-color: rgb(97,118,162); }

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