#C6C6C6

Color #C6C6C6 Silver (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver #C6C6C6

Tints of Silver #C6C6C6

Color information

#C6C6C6 (or 0xC6C6C6) is unknown color: approx Silver. HEX triplet: C6, C6 and C6. RGB value is (198,198,198). Sum of RGB (Red+Green+Blue) = 198+198+198=594 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.33% from 594); Green value is 198 (77.73% from 255 or 33.33% from 594); Blue value is 198 (77.73% from 255 or 33.33% from 594); Max value from RGB is 198 - color contains mainly: red, green, blue. Hex color #C6C6C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C6C6 is #393939. Grayscale: #C6C6C6. Windows color (decimal): -3750202 or 13027014. OLE color: 13027014.

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

Color convert

RGB198198198-
CMYK0000.22
HSL0%77.65%-
HSV(B)0%77.65%-
XYZ53.6856.4761.5-
YUV198128128-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.33%
GREEN value IS 198 (77.73% from 255) = 33.33%
BLUE value IS 198 (77.73% from 255) = 33.33%
R=33.33%
G=33.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981981980000.220077.65
HexC6C6C600016004e
Octal3063063060002600116
Binary11000110110001101100011000010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C6C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C6C6; }

 p { color: rgb(198,198,198); }

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

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

 a { background-color: rgb(198,198,198); }

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

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

 span { border-color: rgb(198,198,198); }

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