Html Css Color HEX #686669 Scarpa Flow

📋 copy color: '#686669'

red 104 ◦ green 102 ◦ blue 105

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

Shades of Scarpa Flow #686669

Tints of Scarpa Flow #686669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 33.76%

R = 33.44%
G = 32.8%
B = 33.76%

CMYK

 C value IS 0.01

 M value IS 0.03

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#686669 (or 0x686669) is known color: Scarpa Flow. HEX triplet: 68, 66 and 69. RGB value is (104,102,105). Sum of RGB (Red+Green+Blue) = 104+102+105=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 102 (40.23% from 255 or 32.80% from 311); Blue value is 105 (41.41% from 255 or 33.76% from 311); Max value from RGB is 105 - color contains mainly: blue. Hex color #686669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686669 is #979996. Grayscale: #666666. Windows color (decimal): -9935255 or 6907496. OLE color: 6907496.

HSL color Cylindrical-coordinate representation of color #686669: hue angle of 280º degrees, saturation: 0.01, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #686669 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 102 105 -
CMYK 0.01 0.03 0 0.59
HSL 280º 0.01% 0.41% -
HSV(B) 280º 0.03% 0.41% -
XYZ 13.01 13.47 15.28 -
YUV 102.94 129.16 128.76 -
System Red Green Blue C M Y K H S L
Decimal 104 102 105 0.01 0.03 0 0.59 280 0.01 0.41
Hex 68 66 69 1 3 0 3B 118 1 29
Octal 150 146 151 1 3 0 73 430 1 51
Binary 1101000 1100110 1101001 1 11 0 111011 100011000 1 101001

Color Harmonies of #686669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686669

Black with #686669

Text Example


Text Example

White with #686669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686669; }

 p { color: rgb(104,102,105); }

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

background-color css

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

 a { background-color: rgb(104,102,105); }

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

border-color css

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

 span { border-color: rgb(104,102,105); }

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