Html Css Color HEX #6D6678 Scarpa Flow

📋 copy color: '#6D6678'

red 109 ◦ green 102 ◦ blue 120

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

Shades of Scarpa Flow #6D6678

Tints of Scarpa Flow #6D6678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 36.25%

R = 32.93%
G = 30.82%
B = 36.25%

CMYK

 C value IS 0.09

 M value IS 0.15

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6D6678 (or 0x6D6678) is known color: Scarpa Flow. HEX triplet: 6D, 66 and 78. RGB value is (109,102,120). Sum of RGB (Red+Green+Blue) = 109+102+120=331 (43% of max value = 765). Red value is 109 (42.97% from 255 or 32.93% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 120 (47.27% from 255 or 36.25% from 331); Max value from RGB is 120 - color contains mainly: blue. Hex color #6D6678 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6678 is #929987. Grayscale: #6A6A6A. Windows color (decimal): -9607560 or 7890541. OLE color: 7890541.

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

Color convert

RGB 109 102 120 -
CMYK 0.09 0.15 0 0.53
HSL 263.33º 0.08% 0.44% -
HSV(B) 263.33º 0.15% 0.47% -
XYZ 14.45 14.11 19.73 -
YUV 106.15 135.82 130.04 -
System Red Green Blue C M Y K H S L
Decimal 109 102 120 0.09 0.15 0 0.53 263.33 0.08 0.44
Hex 6D 66 78 9 F 0 35 107 8 2C
Octal 155 146 170 11 17 0 65 407 10 54
Binary 1101101 1100110 1111000 1001 1111 0 110101 100000111 1000 101100

Color Harmonies of #6D6678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6678

Black with #6D6678

Text Example


Text Example

White with #6D6678

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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