#6C6279

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

Shades of Scarpa Flow #6C6279

Tints of Scarpa Flow #6C6279

Color information

#6C6279 (or 0x6C6279) is unknown color: approx Scarpa Flow. HEX triplet: 6C, 62 and 79. RGB value is (108,98,121). Sum of RGB (Red+Green+Blue) = 108+98+121=327 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.03% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 121 (47.66% from 255 or 37.00% from 327); Max value from RGB is 121 - color contains mainly: blue. Hex color #6C6279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6279 is #939D86. Grayscale: #676767. Windows color (decimal): -9674119 or 7955052. OLE color: 7955052.

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

Color convert

RGB10898121-
CMYK0.110.1900.53
HSL266.09º10.5%42.94%-
HSV(B)266.09º19.01%47.45%-
XYZ1413.319.92-
YUV103.61137.81131.13-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.03%
GREEN value IS 98 (38.67% from 255) = 29.97%
BLUE value IS 121 (47.66% from 255) = 37.00%
R=33.03%
G=29.97%
B=37.00%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal108981210.110.1900.53266.0910.542.94
Hex6C6279B1303510ab2b
Octal15414217113230654121353
Binary11011001100010111100110111001101101011000010101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,98,121); }

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

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

 a { background-color: rgb(108,98,121); }

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

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

 span { border-color: rgb(108,98,121); }

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