#69666C

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

Shades of Scarpa Flow #69666C

Tints of Scarpa Flow #69666C

Color information

#69666C (or 0x69666C) is unknown color: approx Scarpa Flow. HEX triplet: 69, 66 and 6C. RGB value is (105,102,108). Sum of RGB (Red+Green+Blue) = 105+102+108=315 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.33% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 108 - color contains mainly: blue. Hex color #69666C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69666C is #969993. Grayscale: #676767. Windows color (decimal): -9869716 or 7104105. OLE color: 7104105.

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

Color convert

RGB105102108-
CMYK0.030.0600.58
HSL270º2.86%41.18%-
HSV(B)270º5.56%42.35%-
XYZ13.2813.5916.11-
YUV103.58130.49129.01-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.33%
GREEN value IS 102 (40.23% from 255) = 32.38%
BLUE value IS 108 (42.58% from 255) = 34.29%
R=33.33%
G=32.38%
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
Decimal1051021080.030.0600.582702.8641.18
Hex69666C3603A10e329
Octal15114615436072416351
Binary11010011100110110110011110011101010000111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69666C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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