#67606F

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

Shades of Scarpa Flow #67606F

Tints of Scarpa Flow #67606F

Color information

#67606F (or 0x67606F) is unknown color: approx Scarpa Flow. HEX triplet: 67, 60 and 6F. RGB value is (103,96,111). Sum of RGB (Red+Green+Blue) = 103+96+111=310 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.23% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 111 (43.75% from 255 or 35.81% from 310); Max value from RGB is 111 - color contains mainly: blue. Hex color #67606F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67606F is #989F90. Grayscale: #636363. Windows color (decimal): -10002321 or 7299175. OLE color: 7299175.

HSL color Cylindrical-coordinate representation of color #67606F: hue angle of 268º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #67606F is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10396111-
CMYK0.070.1400.56
HSL268º7.25%40.59%-
HSV(B)268º13.51%43.53%-
XYZ12.6512.416.77-
YUV99.8134.32130.28-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.23%
GREEN value IS 96 (37.89% from 255) = 30.97%
BLUE value IS 111 (43.75% from 255) = 35.81%
R=33.23%
G=30.97%
B=35.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal103961110.070.1400.562687.2540.59
Hex67606F7E03810c729
Octal147140157716070414751
Binary11001111100000110111111111100111000100001100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67606F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67606F; }

 p { color: rgb(103,96,111); }

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

<style>
 a { background-color: #67606F; }

 a { background-color: rgb(103,96,111); }

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

<style>
 span { border-color: #67606F; }

 span { border-color: rgb(103,96,111); }

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