#6C6675

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

Shades of Scarpa Flow #6C6675

Tints of Scarpa Flow #6C6675

Color information

#6C6675 (or 0x6C6675) is unknown color: approx Scarpa Flow. HEX triplet: 6C, 66 and 75. RGB value is (108,102,117). Sum of RGB (Red+Green+Blue) = 108+102+117=327 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.03% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 117 - color contains mainly: blue. Hex color #6C6675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6675 is #93998A. Grayscale: #696969. Windows color (decimal): -9673099 or 7693932. OLE color: 7693932.

HSL color Cylindrical-coordinate representation of color #6C6675: hue angle of 264º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6C6675 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB108102117-
CMYK0.080.1300.54
HSL264º6.85%42.94%-
HSV(B)264º12.82%45.88%-
XYZ14.1513.9818.78-
YUV105.5134.49129.78-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.03%
GREEN value IS 102 (40.23% from 255) = 31.19%
BLUE value IS 117 (46.09% from 255) = 35.78%
R=33.03%
G=31.19%
B=35.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1081021170.080.1300.542646.8542.94
Hex6C66758D03610872b
Octal1541461651015066410753
Binary110110011001101110101100011010110110100001000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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