Html Css Color HEX #68626D Scarpa Flow

📋 copy color: '#68626D'

red 104 ◦ green 98 ◦ blue 109

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

Shades of Scarpa Flow #68626D

Tints of Scarpa Flow #68626D

RGB

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

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

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

R = 33.44%
G = 31.51%
B = 35.05%

CMYK

 C value IS 0.05

 M value IS 0.10

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#68626D (or 0x68626D) is known color: Scarpa Flow. HEX triplet: 68, 62 and 6D. RGB value is (104,98,109). Sum of RGB (Red+Green+Blue) = 104+98+109=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 98 (38.67% from 255 or 31.51% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 109 - color contains mainly: blue. Hex color #68626D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68626D is #979D92. Grayscale: #656565. Windows color (decimal): -9936275 or 7168616. OLE color: 7168616.

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

Color convert

RGB 104 98 109 -
CMYK 0.05 0.10 0 0.57
HSL 272.73º 0.05% 0.41% -
HSV(B) 272.73º 0.1% 0.43% -
XYZ 12.84 12.78 16.26 -
YUV 101.05 132.49 130.11 -
System Red Green Blue C M Y K H S L
Decimal 104 98 109 0.05 0.10 0 0.57 272.73 0.05 0.41
Hex 68 62 6D 5 A 0 39 111 5 29
Octal 150 142 155 5 12 0 71 421 5 51
Binary 1101000 1100010 1101101 101 1010 0 111001 100010001 101 101001

Color Harmonies of #68626D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68626D

Black with #68626D

Text Example


Text Example

White with #68626D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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