#6C6672

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

Shades of Scarpa Flow #6C6672

Tints of Scarpa Flow #6C6672

Color information

#6C6672 (or 0x6C6672) is unknown color: approx Scarpa Flow. HEX triplet: 6C, 66 and 72. RGB value is (108,102,114). Sum of RGB (Red+Green+Blue) = 108+102+114=324 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.33% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 114 - color contains mainly: blue. Hex color #6C6672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6672 is #93998D. Grayscale: #696969. Windows color (decimal): -9673102 or 7497324. OLE color: 7497324.

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

Color convert

RGB108102114-
CMYK0.050.1100.55
HSL270º5.56%42.35%-
HSV(B)270º10.53%44.71%-
XYZ13.9713.9117.87-
YUV105.16132.99130.02-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.33%
GREEN value IS 102 (40.23% from 255) = 31.48%
BLUE value IS 114 (44.92% from 255) = 35.19%
R=33.33%
G=31.48%
B=35.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1081021140.050.1100.552705.5642.35
Hex6C66725B03710e62a
Octal154146162513067416652
Binary11011001100110111001010110110110111100001110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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