Html Css Color HEX #6C6079 Scarpa Flow

📋 copy color: '#6C6079'

red 108 ◦ green 96 ◦ blue 121

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

Shades of Scarpa Flow #6C6079

Tints of Scarpa Flow #6C6079

RGB

 RED value IS 108 (42.58% from 255) = 33.23%

 GREEN value IS 96 (37.89% from 255) = 29.54%

 BLUE value IS 121 (47.66% from 255) = 37.23%

R = 33.23%
G = 29.54%
B = 37.23%

CMYK

 C value IS 0.11

 M value IS 0.21

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6C6079 (or 0x6C6079) is known color: Scarpa Flow. HEX triplet: 6C, 60 and 79. RGB value is (108,96,121). Sum of RGB (Red+Green+Blue) = 108+96+121=325 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.23% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 121 (47.66% from 255 or 37.23% from 325); Max value from RGB is 121 - color contains mainly: blue. Hex color #6C6079 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6079 is #939F86. Grayscale: #666666. Windows color (decimal): -9674631 or 7954540. OLE color: 7954540.

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

Color convert

RGB 108 96 121 -
CMYK 0.11 0.21 0 0.53
HSL 268.8º 0.12% 0.43% -
HSV(B) 268.8º 0.21% 0.47% -
XYZ 13.82 12.93 19.86 -
YUV 102.44 138.48 131.97 -
System Red Green Blue C M Y K H S L
Decimal 108 96 121 0.11 0.21 0 0.53 268.8 0.12 0.43
Hex 6C 60 79 B 15 0 35 10D C 2B
Octal 154 140 171 13 25 0 65 415 14 53
Binary 1101100 1100000 1111001 1011 10101 0 110101 100001101 1100 101011

Color Harmonies of #6C6079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6079

Black with #6C6079

Text Example


Text Example

White with #6C6079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,96,121); }

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

background-color css

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

 a { background-color: rgb(108,96,121); }

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

border-color css

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

 span { border-color: rgb(108,96,121); }

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