Html Css Color HEX #6D6374 Scarpa Flow

📋 copy color: '#6D6374'

red 109 ◦ green 99 ◦ blue 116

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

Shades of Scarpa Flow #6D6374

Tints of Scarpa Flow #6D6374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.8%

R = 33.64%
G = 30.56%
B = 35.8%

CMYK

 C value IS 0.06

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6D6374 (or 0x6D6374) is known color: Scarpa Flow. HEX triplet: 6D, 63 and 74. RGB value is (109,99,116). Sum of RGB (Red+Green+Blue) = 109+99+116=324 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.64% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 116 - color contains mainly: blue. Hex color #6D6374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6374 is #929C8B. Grayscale: #676767. Windows color (decimal): -9608332 or 7627629. OLE color: 7627629.

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

Color convert

RGB 109 99 116 -
CMYK 0.06 0.15 0 0.55
HSL 275.29º 0.08% 0.42% -
HSV(B) 275.29º 0.15% 0.45% -
XYZ 13.92 13.44 18.38 -
YUV 103.93 134.81 131.62 -
System Red Green Blue C M Y K H S L
Decimal 109 99 116 0.06 0.15 0 0.55 275.29 0.08 0.42
Hex 6D 63 74 6 F 0 37 113 8 2A
Octal 155 143 164 6 17 0 67 423 10 52
Binary 1101101 1100011 1110100 110 1111 0 110111 100010011 1000 101010

Color Harmonies of #6D6374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6374

Black with #6D6374

Text Example


Text Example

White with #6D6374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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