#67626D

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

Shades of Scarpa Flow #67626D

Tints of Scarpa Flow #67626D

Color information

#67626D (or 0x67626D) is unknown color: approx Scarpa Flow. HEX triplet: 67, 62 and 6D. RGB value is (103,98,109). Sum of RGB (Red+Green+Blue) = 103+98+109=310 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.23% from 310); Green value is 98 (38.67% from 255 or 31.61% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 109 - color contains mainly: blue. Hex color #67626D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67626D is #989D92. Grayscale: #646464. Windows color (decimal): -10001811 or 7168615. OLE color: 7168615.

HSL color Cylindrical-coordinate representation of color #67626D: hue angle of 267.27º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #67626D is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10398109-
CMYK0.060.1000.57
HSL267.27º5.31%40.59%-
HSV(B)267.27º10.09%42.75%-
XYZ12.7212.7216.25-
YUV100.75132.66129.61-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.23%
GREEN value IS 98 (38.67% from 255) = 31.61%
BLUE value IS 109 (42.97% from 255) = 35.16%
R=33.23%
G=31.61%
B=35.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal103981090.060.1000.57267.275.3140.59
Hex67626D6A03910b529
Octal147142155612071413551
Binary11001111100010110110111010100111001100001011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67626D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67626D; }

 p { color: rgb(103,98,109); }

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

<style>
 a { background-color: #67626D; }

 a { background-color: rgb(103,98,109); }

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

<style>
 span { border-color: #67626D; }

 span { border-color: rgb(103,98,109); }

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