#6C6673

Color #6C6673 Scarpa Flow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarpa Flow #6C6673

Tints of Scarpa Flow #6C6673

Color information

#6C6673 (or 0x6C6673) is unknown color: approx Scarpa Flow. HEX triplet: 6C, 66 and 73. RGB value is (108,102,115). Sum of RGB (Red+Green+Blue) = 108+102+115=325 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.23% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 115 - color contains mainly: blue. Hex color #6C6673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6673 is #93998C. Grayscale: #696969. Windows color (decimal): -9673101 or 7562860. OLE color: 7562860.

HSL color Cylindrical-coordinate representation of color #6C6673: hue angle of 267.69º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6C6673 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB108102115-
CMYK0.060.1100.55
HSL267.69º5.99%42.55%-
HSV(B)267.69º11.3%45.1%-
XYZ14.0313.9318.17-
YUV105.28133.49129.94-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.23%
GREEN value IS 102 (40.23% from 255) = 31.38%
BLUE value IS 115 (45.31% from 255) = 35.38%
R=33.23%
G=31.38%
B=35.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1081021150.060.1100.55267.695.9942.55
Hex6C66736B03710c62b
Octal154146163613067414653
Binary11011001100110111001111010110110111100001100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C6673; }

 p { color: rgb(108,102,115); }

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

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

 a { background-color: rgb(108,102,115); }

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

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

 span { border-color: rgb(108,102,115); }

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