#67606B

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

Shades of Scarpa Flow #67606B

Tints of Scarpa Flow #67606B

Color information

#67606B (or 0x67606B) is unknown color: approx Scarpa Flow. HEX triplet: 67, 60 and 6B. RGB value is (103,96,107). Sum of RGB (Red+Green+Blue) = 103+96+107=306 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.66% from 306); Green value is 96 (37.89% from 255 or 31.37% from 306); Blue value is 107 (42.19% from 255 or 34.97% from 306); Max value from RGB is 107 - color contains mainly: blue. Hex color #67606B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67606B is #989F94. Grayscale: #636363. Windows color (decimal): -10002325 or 7037031. OLE color: 7037031.

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

Color convert

RGB10396107-
CMYK0.040.1000.58
HSL278.18º5.42%39.8%-
HSV(B)278.18º10.28%41.96%-
XYZ12.4312.3115.63-
YUV99.35132.32130.61-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.66%
GREEN value IS 96 (37.89% from 255) = 31.37%
BLUE value IS 107 (42.19% from 255) = 34.97%
R=33.66%
G=31.37%
B=34.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal103961070.040.1000.58278.185.4239.8
Hex67606B4A03A116528
Octal147140153412072426550
Binary11001111100000110101110010100111010100010110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67606B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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