Html Css Color HEX #6D6776 Scarpa Flow

📋 copy color: '#6D6776'

red 109 ◦ green 103 ◦ blue 118

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

Shades of Scarpa Flow #6D6776

Tints of Scarpa Flow #6D6776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 35.76%

R = 33.03%
G = 31.21%
B = 35.76%

CMYK

 C value IS 0.08

 M value IS 0.13

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6D6776 (or 0x6D6776) is known color: Scarpa Flow. HEX triplet: 6D, 67 and 76. RGB value is (109,103,118). Sum of RGB (Red+Green+Blue) = 109+103+118=330 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.03% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 118 (46.48% from 255 or 35.76% from 330); Max value from RGB is 118 - color contains mainly: blue. Hex color #6D6776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6776 is #929889. Grayscale: #6A6A6A. Windows color (decimal): -9607306 or 7759725. OLE color: 7759725.

HSL color Cylindrical-coordinate representation of color #6D6776: hue angle of 264º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6D6776 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 109 103 118 -
CMYK 0.08 0.13 0 0.54
HSL 264º 0.07% 0.43% -
HSV(B) 264º 0.13% 0.46% -
XYZ 14.43 14.26 19.13 -
YUV 106.5 134.49 129.78 -
System Red Green Blue C M Y K H S L
Decimal 109 103 118 0.08 0.13 0 0.54 264 0.07 0.43
Hex 6D 67 76 8 D 0 36 108 7 2B
Octal 155 147 166 10 15 0 66 410 7 53
Binary 1101101 1100111 1110110 1000 1101 0 110110 100001000 111 101011

Color Harmonies of #6D6776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6776

Black with #6D6776

Text Example


Text Example

White with #6D6776

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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