#68636B

Color #68636B Scarpa Flow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarpa Flow #68636B

Tints of Scarpa Flow #68636B

Color information

#68636B (or 0x68636B) is unknown color: approx Scarpa Flow. HEX triplet: 68, 63 and 6B. RGB value is (104,99,107). Sum of RGB (Red+Green+Blue) = 104+99+107=310 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.55% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 107 - color contains mainly: blue. Hex color #68636B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68636B is #979C94. Grayscale: #656565. Windows color (decimal): -9936021 or 7037800. OLE color: 7037800.

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

Color convert

RGB10499107-
CMYK0.030.0700.58
HSL277.5º3.88%40.39%-
HSV(B)277.5º7.48%41.96%-
XYZ12.8212.9315.73-
YUV101.41131.16129.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.55%
GREEN value IS 99 (39.06% from 255) = 31.94%
BLUE value IS 107 (42.19% from 255) = 34.52%
R=33.55%
G=31.94%
B=34.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal104991070.030.0700.58277.53.8840.39
Hex68636B3703A116428
Octal15014315337072426450
Binary110100011000111101011111110111010100010110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68636B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #68636B;
 }
 .AnyTagClassName
 {
   color: #68636B;
 }
</style>
background-color css

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

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

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

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

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

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