#69656C

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

Shades of Scarpa Flow #69656C

Tints of Scarpa Flow #69656C

Color information

#69656C (or 0x69656C) is unknown color: approx Scarpa Flow. HEX triplet: 69, 65 and 6C. RGB value is (105,101,108). Sum of RGB (Red+Green+Blue) = 105+101+108=314 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.44% from 314); Green value is 101 (39.84% from 255 or 32.17% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 108 - color contains mainly: blue. Hex color #69656C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69656C is #969A93. Grayscale: #666666. Windows color (decimal): -9869972 or 7103849. OLE color: 7103849.

HSL color Cylindrical-coordinate representation of color #69656C: hue angle of 274.29º 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 #69656C is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB105101108-
CMYK0.030.0600.58
HSL274.29º3.35%40.98%-
HSV(B)274.29º6.48%42.35%-
XYZ13.1913.3916.08-
YUV102.99130.83129.43-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.44%
GREEN value IS 101 (39.84% from 255) = 32.17%
BLUE value IS 108 (42.58% from 255) = 34.39%
R=33.44%
G=32.17%
B=34.39%

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
Decimal1051011080.030.0600.58274.293.3540.98
Hex69656C3603A112329
Octal15114515436072422351
Binary11010011100101110110011110011101010001001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69656C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,101,108); }

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

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

 a { background-color: rgb(105,101,108); }

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

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

 span { border-color: rgb(105,101,108); }

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