Html Css Color HEX #686073 Scarpa Flow

📋 copy color: '#686073'

red 104 ◦ green 96 ◦ blue 115

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

Shades of Scarpa Flow #686073

Tints of Scarpa Flow #686073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.51%

R = 33.02%
G = 30.48%
B = 36.51%

CMYK

 C value IS 0.10

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#686073 (or 0x686073) is known color: Scarpa Flow. HEX triplet: 68, 60 and 73. RGB value is (104,96,115). Sum of RGB (Red+Green+Blue) = 104+96+115=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 96 (37.89% from 255 or 30.48% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 115 - color contains mainly: blue. Hex color #686073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686073 is #979F8C. Grayscale: #646464. Windows color (decimal): -9936781 or 7561320. OLE color: 7561320.

HSL color Cylindrical-coordinate representation of color #686073: hue angle of 265.26º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #686073 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 104 96 115 -
CMYK 0.10 0.17 0 0.55
HSL 265.26º 0.09% 0.41% -
HSV(B) 265.26º 0.17% 0.45% -
XYZ 12.99 12.55 17.96 -
YUV 100.56 136.15 130.46 -
System Red Green Blue C M Y K H S L
Decimal 104 96 115 0.10 0.17 0 0.55 265.26 0.09 0.41
Hex 68 60 73 A 11 0 37 109 9 29
Octal 150 140 163 12 21 0 67 411 11 51
Binary 1101000 1100000 1110011 1010 10001 0 110111 100001001 1001 101001

Color Harmonies of #686073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686073

Black with #686073

Text Example


Text Example

White with #686073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686073; }

 p { color: rgb(104,96,115); }

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

background-color css

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

 a { background-color: rgb(104,96,115); }

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

border-color css

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

 span { border-color: rgb(104,96,115); }

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