#68656B

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

Shades of Scarpa Flow #68656B

Tints of Scarpa Flow #68656B

Color information

#68656B (or 0x68656B) is unknown color: approx Scarpa Flow. HEX triplet: 68, 65 and 6B. RGB value is (104,101,107). Sum of RGB (Red+Green+Blue) = 104+101+107=312 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.33% from 312); Green value is 101 (39.84% from 255 or 32.37% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 107 - color contains mainly: blue. Hex color #68656B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68656B is #979A94. Grayscale: #666666. Windows color (decimal): -9935509 or 7038312. OLE color: 7038312.

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

Color convert

RGB104101107-
CMYK0.030.0600.58
HSL270º2.88%40.78%-
HSV(B)270º5.61%41.96%-
XYZ13.0213.3115.79-
YUV102.58130.49129.01-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.33%
GREEN value IS 101 (39.84% from 255) = 32.37%
BLUE value IS 107 (42.19% from 255) = 34.29%
R=33.33%
G=32.37%
B=34.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1041011070.030.0600.582702.8840.78
Hex68656B3603A10e329
Octal15014515336072416351
Binary11010001100101110101111110011101010000111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68656B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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