Html Css Color HEX #686769 Scarpa Flow

📋 copy color: '#686769'

red 104 ◦ green 103 ◦ blue 105

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

Shades of Scarpa Flow #686769

Tints of Scarpa Flow #686769

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.01%

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

R = 33.33%
G = 33.01%
B = 33.65%

CMYK

 C value IS 0.01

 M value IS 0.02

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#686769 (or 0x686769) is known color: Scarpa Flow. HEX triplet: 68, 67 and 69. RGB value is (104,103,105). Sum of RGB (Red+Green+Blue) = 104+103+105=312 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.33% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 105 (41.41% from 255 or 33.65% from 312); Max value from RGB is 105 - color contains mainly: blue. Hex color #686769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686769 is #979896. Grayscale: #676767. Windows color (decimal): -9934999 or 6907752. OLE color: 6907752.

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

Color convert

RGB 104 103 105 -
CMYK 0.01 0.02 0 0.59
HSL 270º 0.01% 0.41% -
HSV(B) 270º 0.02% 0.41% -
XYZ 13.11 13.66 15.31 -
YUV 103.53 128.83 128.34 -
System Red Green Blue C M Y K H S L
Decimal 104 103 105 0.01 0.02 0 0.59 270 0.01 0.41
Hex 68 67 69 1 2 0 3B 10E 1 29
Octal 150 147 151 1 2 0 73 416 1 51
Binary 1101000 1100111 1101001 1 10 0 111011 100001110 1 101001

Color Harmonies of #686769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686769

Black with #686769

Text Example


Text Example

White with #686769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686769; }

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

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

background-color css

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

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

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

border-color css

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

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

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