Html Css Color HEX #6D6774 Scarpa Flow

📋 copy color: '#6D6774'

red 109 ◦ green 103 ◦ blue 116

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

Shades of Scarpa Flow #6D6774

Tints of Scarpa Flow #6D6774

RGB

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

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

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

R = 33.23%
G = 31.4%
B = 35.37%

CMYK

 C value IS 0.06

 M value IS 0.11

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6D6774 (or 0x6D6774) is known color: Scarpa Flow. HEX triplet: 6D, 67 and 74. RGB value is (109,103,116). Sum of RGB (Red+Green+Blue) = 109+103+116=328 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.23% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 116 (45.70% from 255 or 35.37% from 328); Max value from RGB is 116 - color contains mainly: blue. Hex color #6D6774 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6774 is #92988B. Grayscale: #6A6A6A. Windows color (decimal): -9607308 or 7628653. OLE color: 7628653.

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

Color convert

RGB 109 103 116 -
CMYK 0.06 0.11 0 0.55
HSL 267.69º 0.06% 0.43% -
HSV(B) 267.69º 0.11% 0.45% -
XYZ 14.31 14.21 18.51 -
YUV 106.28 133.49 129.94 -
System Red Green Blue C M Y K H S L
Decimal 109 103 116 0.06 0.11 0 0.55 267.69 0.06 0.43
Hex 6D 67 74 6 B 0 37 10C 6 2B
Octal 155 147 164 6 13 0 67 414 6 53
Binary 1101101 1100111 1110100 110 1011 0 110111 100001100 110 101011

Color Harmonies of #6D6774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6774

Black with #6D6774

Text Example


Text Example

White with #6D6774

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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