Html Css Color HEX #6D6672 Scarpa Flow

📋 copy color: '#6D6672'

red 109 ◦ green 102 ◦ blue 114

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

Shades of Scarpa Flow #6D6672

Tints of Scarpa Flow #6D6672

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.38%

 BLUE value IS 114 (44.92% from 255) = 35.08%

R = 33.54%
G = 31.38%
B = 35.08%

CMYK

 C value IS 0.04

 M value IS 0.11

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6D6672 (or 0x6D6672) is known color: Scarpa Flow. HEX triplet: 6D, 66 and 72. RGB value is (109,102,114). Sum of RGB (Red+Green+Blue) = 109+102+114=325 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.54% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 114 - color contains mainly: blue. Hex color #6D6672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6672 is #92998D. Grayscale: #696969. Windows color (decimal): -9607566 or 7497325. OLE color: 7497325.

HSL color Cylindrical-coordinate representation of color #6D6672: hue angle of 275º 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 #6D6672 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 109 102 114 -
CMYK 0.04 0.11 0 0.55
HSL 275º 0.06% 0.42% -
HSV(B) 275º 0.11% 0.45% -
XYZ 14.1 13.97 17.87 -
YUV 105.46 132.82 130.52 -
System Red Green Blue C M Y K H S L
Decimal 109 102 114 0.04 0.11 0 0.55 275 0.06 0.42
Hex 6D 66 72 4 B 0 37 113 6 2A
Octal 155 146 162 4 13 0 67 423 6 52
Binary 1101101 1100110 1110010 100 1011 0 110111 100010011 110 101010

Color Harmonies of #6D6672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6672

Black with #6D6672

Text Example


Text Example

White with #6D6672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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