Html Css Color HEX #686075 Scarpa Flow

📋 copy color: '#686075'

red 104 ◦ green 96 ◦ blue 117

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

Shades of Scarpa Flow #686075

Tints of Scarpa Flow #686075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 36.91%

R = 32.81%
G = 30.28%
B = 36.91%

CMYK

 C value IS 0.11

 M value IS 0.18

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#686075 (or 0x686075) is known color: Scarpa Flow. HEX triplet: 68, 60 and 75. RGB value is (104,96,117). Sum of RGB (Red+Green+Blue) = 104+96+117=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 117 - color contains mainly: blue. Hex color #686075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686075 is #979F8A. Grayscale: #646464. Windows color (decimal): -9936779 or 7692392. OLE color: 7692392.

HSL color Cylindrical-coordinate representation of color #686075: hue angle of 262.86º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #686075 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 104 96 117 -
CMYK 0.11 0.18 0 0.54
HSL 262.86º 0.1% 0.42% -
HSV(B) 262.86º 0.18% 0.46% -
XYZ 13.1 12.59 18.57 -
YUV 100.79 137.15 130.29 -
System Red Green Blue C M Y K H S L
Decimal 104 96 117 0.11 0.18 0 0.54 262.86 0.1 0.42
Hex 68 60 75 B 12 0 36 107 A 2A
Octal 150 140 165 13 22 0 66 407 12 52
Binary 1101000 1100000 1110101 1011 10010 0 110110 100000111 1010 101010

Color Harmonies of #686075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686075

Black with #686075

Text Example


Text Example

White with #686075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686075; }

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

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

background-color css

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

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

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

border-color css

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

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

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