Html Css Color HEX #6D6974 Scarpa Flow

📋 copy color: '#6D6974'

red 109 ◦ green 105 ◦ blue 116

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

Shades of Scarpa Flow #6D6974

Tints of Scarpa Flow #6D6974

RGB

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

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

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

R = 33.03%
G = 31.82%
B = 35.15%

CMYK

 C value IS 0.06

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6D6974 (or 0x6D6974) is known color: Scarpa Flow. HEX triplet: 6D, 69 and 74. RGB value is (109,105,116). Sum of RGB (Red+Green+Blue) = 109+105+116=330 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.03% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 116 - color contains mainly: blue. Hex color #6D6974 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6974 is #92968B. Grayscale: #6B6B6B. Windows color (decimal): -9606796 or 7629165. OLE color: 7629165.

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

Color convert

RGB 109 105 116 -
CMYK 0.06 0.09 0 0.55
HSL 261.82º 0.05% 0.43% -
HSV(B) 261.82º 0.09% 0.45% -
XYZ 14.51 14.62 18.58 -
YUV 107.45 132.83 129.11 -
System Red Green Blue C M Y K H S L
Decimal 109 105 116 0.06 0.09 0 0.55 261.82 0.05 0.43
Hex 6D 69 74 6 9 0 37 106 5 2B
Octal 155 151 164 6 11 0 67 406 5 53
Binary 1101101 1101001 1110100 110 1001 0 110111 100000110 101 101011

Color Harmonies of #6D6974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6974

Black with #6D6974

Text Example


Text Example

White with #6D6974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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