Html Css Color HEX #68636F Scarpa Flow

📋 copy color: '#68636F'

red 104 ◦ green 99 ◦ blue 111

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

Shades of Scarpa Flow #68636F

Tints of Scarpa Flow #68636F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 35.35%

R = 33.12%
G = 31.53%
B = 35.35%

CMYK

 C value IS 0.06

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#68636F (or 0x68636F) is known color: Scarpa Flow. HEX triplet: 68, 63 and 6F. RGB value is (104,99,111). Sum of RGB (Red+Green+Blue) = 104+99+111=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 99 (39.06% from 255 or 31.53% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 111 - color contains mainly: blue. Hex color #68636F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68636F is #979C90. Grayscale: #656565. Windows color (decimal): -9936017 or 7299944. OLE color: 7299944.

HSL color Cylindrical-coordinate representation of color #68636F: hue angle of 265º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #68636F is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 99 111 -
CMYK 0.06 0.11 0 0.56
HSL 265º 0.06% 0.41% -
HSV(B) 265º 0.11% 0.44% -
XYZ 13.04 13.01 16.86 -
YUV 101.86 133.16 129.52 -
System Red Green Blue C M Y K H S L
Decimal 104 99 111 0.06 0.11 0 0.56 265 0.06 0.41
Hex 68 63 6F 6 B 0 38 109 6 29
Octal 150 143 157 6 13 0 70 411 6 51
Binary 1101000 1100011 1101111 110 1011 0 111000 100001001 110 101001

Color Harmonies of #68636F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68636F

Black with #68636F

Text Example


Text Example

White with #68636F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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