Html Css Color HEX #6C5F79 Scarpa Flow

📋 copy color: '#6C5F79'

red 108 ◦ green 95 ◦ blue 121

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

Shades of Scarpa Flow #6C5F79

Tints of Scarpa Flow #6C5F79

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.32%

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

R = 33.33%
G = 29.32%
B = 37.35%

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

#6C5F79 (or 0x6C5F79) is known color: Scarpa Flow. HEX triplet: 6C, 5F and 79. RGB value is (108,95,121). Sum of RGB (Red+Green+Blue) = 108+95+121=324 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.33% from 324); Green value is 95 (37.5% from 255 or 29.32% from 324); Blue value is 121 (47.66% from 255 or 37.35% from 324); Max value from RGB is 121 - color contains mainly: blue. Hex color #6C5F79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5F79 is #93A086. Grayscale: #656565. Windows color (decimal): -9674887 or 7954284. OLE color: 7954284.

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

Color convert

RGB 108 95 121 -
CMYK 0.11 0.21 0 0.53
HSL 270º 0.12% 0.42% -
HSV(B) 270º 0.21% 0.47% -
XYZ 13.73 12.75 19.83 -
YUV 101.85 138.81 132.39 -
System Red Green Blue C M Y K H S L
Decimal 108 95 121 0.11 0.21 0 0.53 270 0.12 0.42
Hex 6C 5F 79 B 15 0 35 10E C 2A
Octal 154 137 171 13 25 0 65 416 14 52
Binary 1101100 1011111 1111001 1011 10101 0 110101 100001110 1100 101010

Color Harmonies of #6C5F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5F79

Black with #6C5F79

Text Example


Text Example

White with #6C5F79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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