Html Css Color HEX #68636C Scarpa Flow

📋 copy color: '#68636C'

red 104 ◦ green 99 ◦ blue 108

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

Shades of Scarpa Flow #68636C

Tints of Scarpa Flow #68636C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.83%

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

R = 33.44%
G = 31.83%
B = 34.73%

CMYK

 C value IS 0.04

 M value IS 0.08

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#68636C (or 0x68636C) is known color: Scarpa Flow. HEX triplet: 68, 63 and 6C. RGB value is (104,99,108). Sum of RGB (Red+Green+Blue) = 104+99+108=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 99 (39.06% from 255 or 31.83% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 108 - color contains mainly: blue. Hex color #68636C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68636C is #979C93. Grayscale: #656565. Windows color (decimal): -9936020 or 7103336. OLE color: 7103336.

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

Color convert

RGB 104 99 108 -
CMYK 0.04 0.08 0 0.58
HSL 273.33º 0.04% 0.41% -
HSV(B) 273.33º 0.08% 0.42% -
XYZ 12.88 12.95 16.01 -
YUV 101.52 131.66 129.77 -
System Red Green Blue C M Y K H S L
Decimal 104 99 108 0.04 0.08 0 0.58 273.33 0.04 0.41
Hex 68 63 6C 4 8 0 3A 111 4 29
Octal 150 143 154 4 10 0 72 421 4 51
Binary 1101000 1100011 1101100 100 1000 0 111010 100010001 100 101001

Color Harmonies of #68636C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68636C

Black with #68636C

Text Example


Text Example

White with #68636C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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