Html Css Color HEX #6D6771 Scarpa Flow

📋 copy color: '#6D6771'

red 109 ◦ green 103 ◦ blue 113

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

Shades of Scarpa Flow #6D6771

Tints of Scarpa Flow #6D6771

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.69%

 BLUE value IS 113 (44.53% from 255) = 34.77%

R = 33.54%
G = 31.69%
B = 34.77%

CMYK

 C value IS 0.04

 M value IS 0.09

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6D6771 (or 0x6D6771) is known color: Scarpa Flow. HEX triplet: 6D, 67 and 71. RGB value is (109,103,113). Sum of RGB (Red+Green+Blue) = 109+103+113=325 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.54% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 113 - color contains mainly: blue. Hex color #6D6771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6771 is #92988E. Grayscale: #696969. Windows color (decimal): -9607311 or 7432045. OLE color: 7432045.

HSL color Cylindrical-coordinate representation of color #6D6771: hue angle of 276º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6D6771 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 109 103 113 -
CMYK 0.04 0.09 0 0.56
HSL 276º 0.05% 0.42% -
HSV(B) 276º 0.09% 0.44% -
XYZ 14.14 14.14 17.61 -
YUV 105.93 131.99 130.19 -
System Red Green Blue C M Y K H S L
Decimal 109 103 113 0.04 0.09 0 0.56 276 0.05 0.42
Hex 6D 67 71 4 9 0 38 114 5 2A
Octal 155 147 161 4 11 0 70 424 5 52
Binary 1101101 1100111 1110001 100 1001 0 111000 100010100 101 101010

Color Harmonies of #6D6771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6771

Black with #6D6771

Text Example


Text Example

White with #6D6771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,103,113); }

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

background-color css

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

 a { background-color: rgb(109,103,113); }

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

border-color css

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

 span { border-color: rgb(109,103,113); }

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