Html Css Color HEX #6D6579 Scarpa Flow

📋 copy color: '#6D6579'

red 109 ◦ green 101 ◦ blue 121

#6D6579
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarpa Flow #6D6579

Tints of Scarpa Flow #6D6579

RGB

 RED value IS 109 (42.97% from 255) = 32.93%

 GREEN value IS 101 (39.84% from 255) = 30.51%

 BLUE value IS 121 (47.66% from 255) = 36.56%

R = 32.93%
G = 30.51%
B = 36.56%

CMYK

 C value IS 0.10

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6D6579 (or 0x6D6579) is known color: Scarpa Flow. HEX triplet: 6D, 65 and 79. RGB value is (109,101,121). Sum of RGB (Red+Green+Blue) = 109+101+121=331 (43% of max value = 765). Red value is 109 (42.97% from 255 or 32.93% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 121 (47.66% from 255 or 36.56% from 331); Max value from RGB is 121 - color contains mainly: blue. Hex color #6D6579 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6579 is #929A86. Grayscale: #696969. Windows color (decimal): -9607815 or 7955821. OLE color: 7955821.

HSL color Cylindrical-coordinate representation of color #6D6579: hue angle of 264º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6D6579 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 109 101 121 -
CMYK 0.10 0.17 0 0.53
HSL 264º 0.09% 0.44% -
HSV(B) 264º 0.17% 0.47% -
XYZ 14.41 13.94 20.02 -
YUV 105.67 136.65 130.37 -
System Red Green Blue C M Y K H S L
Decimal 109 101 121 0.10 0.17 0 0.53 264 0.09 0.44
Hex 6D 65 79 A 11 0 35 108 9 2C
Octal 155 145 171 12 21 0 65 410 11 54
Binary 1101101 1100101 1111001 1010 10001 0 110101 100001000 1001 101100

Color Harmonies of #6D6579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6579

Black with #6D6579

Text Example


Text Example

White with #6D6579

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,101,121); }

 H1.HeaderClassName
 {
   color: #6D6579;
 }
 .AnyTagClassName
 {
   color: #6D6579;
 }
</style>

background-color css

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

 a { background-color: rgb(109,101,121); }

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

border-color css

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

 span { border-color: rgb(109,101,121); }

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