Html Css Color HEX #6D6677 Scarpa Flow

📋 copy color: '#6D6677'

red 109 ◦ green 102 ◦ blue 119

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

Shades of Scarpa Flow #6D6677

Tints of Scarpa Flow #6D6677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 36.06%

R = 33.03%
G = 30.91%
B = 36.06%

CMYK

 C value IS 0.08

 M value IS 0.14

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6D6677 (or 0x6D6677) is known color: Scarpa Flow. HEX triplet: 6D, 66 and 77. RGB value is (109,102,119). Sum of RGB (Red+Green+Blue) = 109+102+119=330 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.03% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 119 (46.88% from 255 or 36.06% from 330); Max value from RGB is 119 - color contains mainly: blue. Hex color #6D6677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6677 is #929988. Grayscale: #696969. Windows color (decimal): -9607561 or 7825005. OLE color: 7825005.

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

Color convert

RGB 109 102 119 -
CMYK 0.08 0.14 0 0.53
HSL 264.71º 0.08% 0.43% -
HSV(B) 264.71º 0.14% 0.47% -
XYZ 14.39 14.09 19.41 -
YUV 106.03 135.32 130.12 -
System Red Green Blue C M Y K H S L
Decimal 109 102 119 0.08 0.14 0 0.53 264.71 0.08 0.43
Hex 6D 66 77 8 E 0 35 109 8 2B
Octal 155 146 167 10 16 0 65 411 10 53
Binary 1101101 1100110 1110111 1000 1110 0 110101 100001001 1000 101011

Color Harmonies of #6D6677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6677

Black with #6D6677

Text Example


Text Example

White with #6D6677

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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