Html Css Color HEX #6D6376 Scarpa Flow

📋 copy color: '#6D6376'

red 109 ◦ green 99 ◦ blue 118

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

Shades of Scarpa Flow #6D6376

Tints of Scarpa Flow #6D6376

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.37%

 BLUE value IS 118 (46.48% from 255) = 36.2%

R = 33.44%
G = 30.37%
B = 36.2%

CMYK

 C value IS 0.08

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6D6376 (or 0x6D6376) is known color: Scarpa Flow. HEX triplet: 6D, 63 and 76. RGB value is (109,99,118). Sum of RGB (Red+Green+Blue) = 109+99+118=326 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.44% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 118 - color contains mainly: blue. Hex color #6D6376 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6376 is #929C89. Grayscale: #686868. Windows color (decimal): -9608330 or 7758701. OLE color: 7758701.

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

Color convert

RGB 109 99 118 -
CMYK 0.08 0.16 0 0.54
HSL 271.58º 0.09% 0.43% -
HSV(B) 271.58º 0.16% 0.46% -
XYZ 14.04 13.48 19 -
YUV 104.16 135.81 131.46 -
System Red Green Blue C M Y K H S L
Decimal 109 99 118 0.08 0.16 0 0.54 271.58 0.09 0.43
Hex 6D 63 76 8 10 0 36 110 9 2B
Octal 155 143 166 10 20 0 66 420 11 53
Binary 1101101 1100011 1110110 1000 10000 0 110110 100010000 1001 101011

Color Harmonies of #6D6376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6376

Black with #6D6376

Text Example


Text Example

White with #6D6376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,99,118); }

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

background-color css

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

 a { background-color: rgb(109,99,118); }

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

border-color css

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

 span { border-color: rgb(109,99,118); }

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