Html Css Color HEX #68626C Scarpa Flow

📋 copy color: '#68626C'

red 104 ◦ green 98 ◦ blue 108

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

Shades of Scarpa Flow #68626C

Tints of Scarpa Flow #68626C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.61%

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

R = 33.55%
G = 31.61%
B = 34.84%

CMYK

 C value IS 0.04

 M value IS 0.09

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#68626C (or 0x68626C) is known color: Scarpa Flow. HEX triplet: 68, 62 and 6C. RGB value is (104,98,108). Sum of RGB (Red+Green+Blue) = 104+98+108=310 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.55% from 310); Green value is 98 (38.67% from 255 or 31.61% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 108 - color contains mainly: blue. Hex color #68626C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68626C is #979D93. Grayscale: #646464. Windows color (decimal): -9936276 or 7103080. OLE color: 7103080.

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

Color convert

RGB 104 98 108 -
CMYK 0.04 0.09 0 0.58
HSL 276º 0.05% 0.4% -
HSV(B) 276º 0.09% 0.42% -
XYZ 12.78 12.76 15.98 -
YUV 100.93 131.99 130.19 -
System Red Green Blue C M Y K H S L
Decimal 104 98 108 0.04 0.09 0 0.58 276 0.05 0.4
Hex 68 62 6C 4 9 0 3A 114 5 28
Octal 150 142 154 4 11 0 72 424 5 50
Binary 1101000 1100010 1101100 100 1001 0 111010 100010100 101 101000

Color Harmonies of #68626C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68626C

Black with #68626C

Text Example


Text Example

White with #68626C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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