Html Css Color HEX #686271 Scarpa Flow

📋 copy color: '#686271'

red 104 ◦ green 98 ◦ blue 113

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

Shades of Scarpa Flow #686271

Tints of Scarpa Flow #686271

RGB

 RED value IS 104 (41.02% from 255) = 33.02%

 GREEN value IS 98 (38.67% from 255) = 31.11%

 BLUE value IS 113 (44.53% from 255) = 35.87%

R = 33.02%
G = 31.11%
B = 35.87%

CMYK

 C value IS 0.08

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#686271 (or 0x686271) is known color: Scarpa Flow. HEX triplet: 68, 62 and 71. RGB value is (104,98,113). Sum of RGB (Red+Green+Blue) = 104+98+113=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 113 - color contains mainly: blue. Hex color #686271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686271 is #979D8E. Grayscale: #656565. Windows color (decimal): -9936271 or 7430760. OLE color: 7430760.

HSL color Cylindrical-coordinate representation of color #686271: hue angle of 264º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #686271 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 98 113 -
CMYK 0.08 0.13 0 0.56
HSL 264º 0.07% 0.41% -
HSV(B) 264º 0.13% 0.44% -
XYZ 13.06 12.87 17.42 -
YUV 101.5 134.49 129.78 -
System Red Green Blue C M Y K H S L
Decimal 104 98 113 0.08 0.13 0 0.56 264 0.07 0.41
Hex 68 62 71 8 D 0 38 108 7 29
Octal 150 142 161 10 15 0 70 410 7 51
Binary 1101000 1100010 1110001 1000 1101 0 111000 100001000 111 101001

Color Harmonies of #686271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686271

Black with #686271

Text Example


Text Example

White with #686271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686271; }

 p { color: rgb(104,98,113); }

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

background-color css

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

 a { background-color: rgb(104,98,113); }

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

border-color css

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

 span { border-color: rgb(104,98,113); }

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