#6C6773

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

Shades of Scarpa Flow #6C6773

Tints of Scarpa Flow #6C6773

Color information

#6C6773 (or 0x6C6773) is unknown color: approx Scarpa Flow. HEX triplet: 6C, 67 and 73. RGB value is (108,103,115). Sum of RGB (Red+Green+Blue) = 108+103+115=326 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.13% from 326); Green value is 103 (40.62% from 255 or 31.60% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 115 - color contains mainly: blue. Hex color #6C6773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6773 is #93988C. Grayscale: #696969. Windows color (decimal): -9672845 or 7563116. OLE color: 7563116.

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

Color convert

RGB108103115-
CMYK0.060.1000.55
HSL265º5.5%42.75%-
HSV(B)265º10.43%45.1%-
XYZ14.1314.1318.2-
YUV105.86133.16129.52-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.13%
GREEN value IS 103 (40.62% from 255) = 31.60%
BLUE value IS 115 (45.31% from 255) = 35.28%
R=33.13%
G=31.60%
B=35.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1081031150.060.1000.552655.542.75
Hex6C67736A03710962b
Octal154147163612067411653
Binary11011001100111111001111010100110111100001001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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