Html Css Color HEX #68616C Scarpa Flow

📋 copy color: '#68616C'

red 104 ◦ green 97 ◦ blue 108

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

Shades of Scarpa Flow #68616C

Tints of Scarpa Flow #68616C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.39%

 BLUE value IS 108 (42.58% from 255) = 34.95%

R = 33.66%
G = 31.39%
B = 34.95%

CMYK

 C value IS 0.04

 M value IS 0.10

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#68616C (or 0x68616C) is known color: Scarpa Flow. HEX triplet: 68, 61 and 6C. RGB value is (104,97,108). Sum of RGB (Red+Green+Blue) = 104+97+108=309 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.66% from 309); Green value is 97 (38.28% from 255 or 31.39% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 108 - color contains mainly: blue. Hex color #68616C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68616C is #979E93. Grayscale: #646464. Windows color (decimal): -9936532 or 7102824. OLE color: 7102824.

HSL color Cylindrical-coordinate representation of color #68616C: hue angle of 278.18º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #68616C is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 104 97 108 -
CMYK 0.04 0.10 0 0.58
HSL 278.18º 0.05% 0.4% -
HSV(B) 278.18º 0.1% 0.42% -
XYZ 12.69 12.58 15.95 -
YUV 100.35 132.32 130.61 -
System Red Green Blue C M Y K H S L
Decimal 104 97 108 0.04 0.10 0 0.58 278.18 0.05 0.4
Hex 68 61 6C 4 A 0 3A 116 5 28
Octal 150 141 154 4 12 0 72 426 5 50
Binary 1101000 1100001 1101100 100 1010 0 111010 100010110 101 101000

Color Harmonies of #68616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68616C

Black with #68616C

Text Example


Text Example

White with #68616C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68616C; }

 p { color: rgb(104,97,108); }

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

background-color css

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

 a { background-color: rgb(104,97,108); }

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

border-color css

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

 span { border-color: rgb(104,97,108); }

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