Html Css Color HEX #68646D Scarpa Flow

📋 copy color: '#68646D'

red 104 ◦ green 100 ◦ blue 109

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

Shades of Scarpa Flow #68646D

Tints of Scarpa Flow #68646D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.95%

 BLUE value IS 109 (42.97% from 255) = 34.82%

R = 33.23%
G = 31.95%
B = 34.82%

CMYK

 C value IS 0.05

 M value IS 0.08

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#68646D (or 0x68646D) is known color: Scarpa Flow. HEX triplet: 68, 64 and 6D. RGB value is (104,100,109). Sum of RGB (Red+Green+Blue) = 104+100+109=313 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.23% from 313); Green value is 100 (39.45% from 255 or 31.95% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 109 - color contains mainly: blue. Hex color #68646D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68646D is #979B92. Grayscale: #666666. Windows color (decimal): -9935763 or 7169128. OLE color: 7169128.

HSL color Cylindrical-coordinate representation of color #68646D: hue angle of 266.67º degrees, saturation: 0.04, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #68646D is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 104 100 109 -
CMYK 0.05 0.08 0 0.57
HSL 266.67º 0.04% 0.41% -
HSV(B) 266.67º 0.08% 0.43% -
XYZ 13.03 13.16 16.32 -
YUV 102.22 131.83 129.27 -
System Red Green Blue C M Y K H S L
Decimal 104 100 109 0.05 0.08 0 0.57 266.67 0.04 0.41
Hex 68 64 6D 5 8 0 39 10B 4 29
Octal 150 144 155 5 10 0 71 413 4 51
Binary 1101000 1100100 1101101 101 1000 0 111001 100001011 100 101001

Color Harmonies of #68646D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68646D

Black with #68646D

Text Example


Text Example

White with #68646D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68646D; }

 p { color: rgb(104,100,109); }

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

background-color css

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

 a { background-color: rgb(104,100,109); }

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

border-color css

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

 span { border-color: rgb(104,100,109); }

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