Html Css Color HEX #6D6972 Scarpa Flow

📋 copy color: '#6D6972'

red 109 ◦ green 105 ◦ blue 114

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

Shades of Scarpa Flow #6D6972

Tints of Scarpa Flow #6D6972

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.01%

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

R = 33.23%
G = 32.01%
B = 34.76%

CMYK

 C value IS 0.04

 M value IS 0.08

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6D6972 (or 0x6D6972) is known color: Scarpa Flow. HEX triplet: 6D, 69 and 72. RGB value is (109,105,114). Sum of RGB (Red+Green+Blue) = 109+105+114=328 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.23% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 114 (44.92% from 255 or 34.76% from 328); Max value from RGB is 114 - color contains mainly: blue. Hex color #6D6972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6972 is #92968D. Grayscale: #6B6B6B. Windows color (decimal): -9606798 or 7498093. OLE color: 7498093.

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

Color convert

RGB 109 105 114 -
CMYK 0.04 0.08 0 0.55
HSL 266.67º 0.04% 0.43% -
HSV(B) 266.67º 0.08% 0.45% -
XYZ 14.4 14.57 17.97 -
YUV 107.22 131.83 129.27 -
System Red Green Blue C M Y K H S L
Decimal 109 105 114 0.04 0.08 0 0.55 266.67 0.04 0.43
Hex 6D 69 72 4 8 0 37 10B 4 2B
Octal 155 151 162 4 10 0 67 413 4 53
Binary 1101101 1101001 1110010 100 1000 0 110111 100001011 100 101011

Color Harmonies of #6D6972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6972

Black with #6D6972

Text Example


Text Example

White with #6D6972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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