#69676B

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

Shades of Scarpa Flow #69676B

Tints of Scarpa Flow #69676B

Color information

#69676B (or 0x69676B) is unknown color: approx Scarpa Flow. HEX triplet: 69, 67 and 6B. RGB value is (105,103,107). Sum of RGB (Red+Green+Blue) = 105+103+107=315 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.33% from 315); Green value is 103 (40.62% from 255 or 32.70% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 107 - color contains mainly: blue. Hex color #69676B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69676B is #969894. Grayscale: #686868. Windows color (decimal): -9869461 or 7038825. OLE color: 7038825.

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

Color convert

RGB105103107-
CMYK0.020.0400.58
HSL270º1.9%41.18%-
HSV(B)270º3.74%41.96%-
XYZ13.3313.7715.86-
YUV104.05129.66128.67-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.33%
GREEN value IS 103 (40.62% from 255) = 32.70%
BLUE value IS 107 (42.19% from 255) = 33.97%
R=33.33%
G=32.70%
B=33.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1051031070.020.0400.582701.941.18
Hex69676B2403A10e229
Octal15114715324072416251
Binary11010011100111110101110100011101010000111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69676B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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