#69686B

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

Shades of Scarpa Flow #69686B

Tints of Scarpa Flow #69686B

Color information

#69686B (or 0x69686B) is unknown color: approx Scarpa Flow. HEX triplet: 69, 68 and 6B. RGB value is (105,104,107). Sum of RGB (Red+Green+Blue) = 105+104+107=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 104 (41.02% from 255 or 32.91% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 107 - color contains mainly: blue. Hex color #69686B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69686B is #969794. Grayscale: #686868. Windows color (decimal): -9869205 or 7039081. OLE color: 7039081.

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

Color convert

RGB105104107-
CMYK0.020.0300.58
HSL260º1.42%41.37%-
HSV(B)260º2.8%41.96%-
XYZ13.4313.9715.9-
YUV104.64129.33128.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.23%
GREEN value IS 104 (41.02% from 255) = 32.91%
BLUE value IS 107 (42.19% from 255) = 33.86%
R=33.23%
G=32.91%
B=33.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1051041070.020.0300.582601.4241.37
Hex69686B2303A104129
Octal15115015323072404151
Binary110100111010001101011101101110101000001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69686B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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