Html Css Color HEX #6D6874 Scarpa Flow

📋 copy color: '#6D6874'

red 109 ◦ green 104 ◦ blue 116

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

Shades of Scarpa Flow #6D6874

Tints of Scarpa Flow #6D6874

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.61%

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

R = 33.13%
G = 31.61%
B = 35.26%

CMYK

 C value IS 0.06

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6D6874 (or 0x6D6874) is known color: Scarpa Flow. HEX triplet: 6D, 68 and 74. RGB value is (109,104,116). Sum of RGB (Red+Green+Blue) = 109+104+116=329 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.13% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 116 - color contains mainly: blue. Hex color #6D6874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6874 is #92978B. Grayscale: #6A6A6A. Windows color (decimal): -9607052 or 7628909. OLE color: 7628909.

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

Color convert

RGB 109 104 116 -
CMYK 0.06 0.10 0 0.55
HSL 265º 0.05% 0.43% -
HSV(B) 265º 0.1% 0.45% -
XYZ 14.41 14.41 18.55 -
YUV 106.86 133.16 129.52 -
System Red Green Blue C M Y K H S L
Decimal 109 104 116 0.06 0.10 0 0.55 265 0.05 0.43
Hex 6D 68 74 6 A 0 37 109 5 2B
Octal 155 150 164 6 12 0 67 411 5 53
Binary 1101101 1101000 1110100 110 1010 0 110111 100001001 101 101011

Color Harmonies of #6D6874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6874

Black with #6D6874

Text Example


Text Example

White with #6D6874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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